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