IDataCubeServiceCheckUserHierarchyCompatibility Method |
Checks if a connector element can be promoted to the specified user hierarchy.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax bool CheckUserHierarchyCompatibility(
ConnectorElement connectorElement,
Guid hierarchyId,
string hierarchyUniqueName,
string hierarchyLevel,
ICollection<KeyValuePair<string, Guid>> keyMappings
)
Function CheckUserHierarchyCompatibility (
connectorElement As ConnectorElement,
hierarchyId As Guid,
hierarchyUniqueName As String,
hierarchyLevel As String,
keyMappings As ICollection(Of KeyValuePair(Of String, Guid))
) As Boolean
bool CheckUserHierarchyCompatibility(
ConnectorElement^ connectorElement,
Guid hierarchyId,
String^ hierarchyUniqueName,
String^ hierarchyLevel,
ICollection<KeyValuePair<String^, Guid>>^ keyMappings
)
abstract CheckUserHierarchyCompatibility :
connectorElement : ConnectorElement *
hierarchyId : Guid *
hierarchyUniqueName : string *
hierarchyLevel : string *
keyMappings : ICollection<KeyValuePair<string, Guid>> -> bool
Parameters
- connectorElement
- Type: Dundas.BI.Data.TransformsConnectorElement
The data cube connector element. - hierarchyId
- Type: SystemGuid
The hierarchy identifier. - hierarchyUniqueName
- Type: SystemString
The hierarchy unique name. - hierarchyLevel
- Type: SystemString
Unique name of the hierarchy level. - keyMappings
- Type: System.Collections.GenericICollectionKeyValuePairString, Guid
The list of key-value pairs of hierarchy key element name and connector element Guid.
Return Value
Type:
BooleanA value indicating whether or not the promotion is compatible.
Exceptions See Also