Метод DimensionCollection.Contains (String)
Indicates whether the collection contains a Dimension with the specified identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
id As String _
) As Boolean
'Применение
Dim instance As DimensionCollection
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 Dimension to be located.
Возвращаемое значение
Тип: System.Boolean
true if the Dimension is contained in the collection; otherwise, false.