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


Метод Contains (Dependency)

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Determines whether the specified Dependency object is in the collection.

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

Синтаксис

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

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

Параметры

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

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