Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether a MeasureGroupDimension with the specified cube dimension identifier is in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
cubeDimensionId As String _
) As Boolean
'Usage
Dim instance As MeasureGroupDimensionCollection
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
Parameters
- cubeDimensionId
Type: System.String
The cube dimension identifier of the MeasureGroupDimension to be looked for.
Return Value
Type: System.Boolean
true if a MeasureGroupDimension with the specified cube dimension identifier is found in the collection; otherwise, false.