Метод Contains (String)
Indicates whether the collection contains a MeasureGroup that has the specified identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
id As String _
) As Boolean
'Применение
Dim instance As MeasureGroupCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
string id
)
public:
bool Contains(
String^ id
)
member Contains :
id:string -> bool
public function Contains(
id : String
) : boolean
Параметры
- id
Тип: System. . :: . .String
The identifier of the MeasureGroup to locate.
Возвращаемое значение
Тип: System. . :: . .Boolean
true if the MeasureGroup exists in the collection; otherwise, false.
См. также