Метод MeasureGroupDimensionCollection.Contains (String)
Determines whether a MeasureGroupDimension with the specified cube dimension identifier is in the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
cubeDimensionId As String _
) As Boolean
'Применение
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
Параметры
- cubeDimensionId
Тип: System.String
The cube dimension identifier of the MeasureGroupDimension to be looked for.
Возвращаемое значение
Тип: System.Boolean
true if a MeasureGroupDimension with the specified cube dimension identifier is found in the collection; otherwise, false.