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