IDataCubeServiceModifyDataCubeJoin(Guid, Guid, JoinOperation, IListString, IListString) Method |
Allows the user to change the keys for a specified join operation within a
DataCube.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxbool ModifyDataCubeJoin(
Guid dataCubeId,
Guid joinTransformId,
JoinOperation joinType,
IList<string> inputKeys,
IList<string> referencedKeys
)
Function ModifyDataCubeJoin (
dataCubeId As Guid,
joinTransformId As Guid,
joinType As JoinOperation,
inputKeys As IList(Of String),
referencedKeys As IList(Of String)
) As Boolean
bool ModifyDataCubeJoin(
Guid dataCubeId,
Guid joinTransformId,
JoinOperation joinType,
IList<String^>^ inputKeys,
IList<String^>^ referencedKeys
)
abstract ModifyDataCubeJoin :
dataCubeId : Guid *
joinTransformId : Guid *
joinType : JoinOperation *
inputKeys : IList<string> *
referencedKeys : IList<string> -> bool Parameters
- dataCubeId Guid
- The data cube ID.
- joinTransformId Guid
- The join transform ID.
- joinType JoinOperation
- The join type.
- inputKeys IListString
- The input keys for the join operation.
- referencedKeys IListString
- The referenced keys for the join operation.
Return Value
Boolean if the operation was successful, otherwise
.
Exceptions
See Also