Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the collection contains an AggregationDesignDimension with the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
cubeDimensionId As String _
) As Boolean
'Usage
Dim instance As AggregationDesignDimensionCollection
Dim cubeDimensionId As String
Dim returnValue As Boolean
returnValue = instance.Contains(cubeDimensionId)
public bool Contains(
string cubeDimensionId
)
public:
bool Contains(
String^ cubeDimensionId
)
member Contains :
cubeDimensionId:string -> bool
public function Contains(
cubeDimensionId : String
) : boolean
Parameter
- cubeDimensionId
Typ: System.String
The identifier of the AggregationDesignDimension to be located.
Rückgabewert
Typ: System.Boolean
true if the AggregationDesignDimension is contained in the collection; otherwise, false.