IDataCubeServiceModifyDataCubeJoinType Method |
Allows the user to change the relationship type for the specified join
Transform in the data cube.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxbool ModifyDataCubeJoinType(
Guid dataCubeId,
Guid joinTransformId,
JoinOperation joinType
)
Function ModifyDataCubeJoinType (
dataCubeId As Guid,
joinTransformId As Guid,
joinType As JoinOperation
) As Boolean
bool ModifyDataCubeJoinType(
Guid dataCubeId,
Guid joinTransformId,
JoinOperation joinType
)
abstract ModifyDataCubeJoinType :
dataCubeId : Guid *
joinTransformId : Guid *
joinType : JoinOperation -> bool
Parameters
- dataCubeId
- Type: SystemGuid
The data cube ID. - joinTransformId
- Type: SystemGuid
The join transform ID. - joinType
- Type: Dundas.BI.Data.DataProviders.RelationalJoinOperation
The join type.
Return Value
Type:
Boolean if the operation was successful, otherwise
.
Exceptions
See Also