Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether the collection contains a specified Level.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
item As Level _
) As Boolean
'Применение
Dim instance As LevelCollection
Dim item As Level
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
Level item
)
public:
bool Contains(
Level^ item
)
member Contains :
item:Level -> bool
public function Contains(
item : Level
) : boolean
Параметры
- item
Тип: Microsoft.AnalysisServices.Level
The Level to be located.
Возвращаемое значение
Тип: System.Boolean
true if the Level is contained in the collection; otherwise, false.