Метод SfcCollection<T, K, ParentT>.Contains (T)
Determines whether the collection contains the specified object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public MustOverride Function Contains ( _
obj As T _
) As Boolean
'Применение
Dim instance As SfcCollection
Dim obj As T
Dim returnValue As Boolean
returnValue = instance.Contains(obj)
public abstract bool Contains(
T obj
)
public:
virtual bool Contains(
T obj
) abstract
abstract Contains :
obj:'T -> bool
public abstract function Contains(
obj : T
) : boolean
Параметры
- obj
Тип: T
The object to find.
Возвращаемое значение
Тип: System.Boolean
true if the collection contains the object; otherwise, false.