Поделиться через


Метод CubeCollection.Contains (Cube)

Indicates whether the collection contains a specified Cube.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Contains ( _
    item As Cube _
) As Boolean
'Применение
Dim instance As CubeCollection 
Dim item As Cube 
Dim returnValue As Boolean 

returnValue = instance.Contains(item)
public bool Contains(
    Cube item
)
public:
bool Contains(
    Cube^ item
)
member Contains : 
        item:Cube -> bool
public function Contains(
    item : Cube
) : boolean

Параметры

Возвращаемое значение

Тип: System.Boolean
true if the Cube is contained in the collection; otherwise, false.

См. также

Справочник

CubeCollection Класс

Перегрузка Contains

Пространство имен Microsoft.AnalysisServices