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


Метод Contains (K)

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

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

Синтаксис

'Декларация
Public MustOverride Function Contains ( _
    key As K _
) As Boolean
'Применение
Dim instance As SfcCollection
Dim key As K
Dim returnValue As Boolean

returnValue = instance.Contains(key)
public abstract bool Contains(
    K key
)
public:
virtual bool Contains(
    K key
) abstract
abstract Contains : 
        key:'K -> bool 
public abstract function Contains(
    key : K
) : boolean

Параметры

  • key
    Тип: K
    The key to find.

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

Тип: System. . :: . .Boolean
true if the collection contains the key; otherwise, false.