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


Метод GetExistingObjectByKey

Uses the specified key to retrieve an existing object from the collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Protected Overrides Function GetExistingObjectByKey ( _
    key As K _
) As T
'Применение
Dim key As K
Dim returnValue As T

returnValue = Me.GetExistingObjectByKey(key)
protected override T GetExistingObjectByKey(
    K key
)
protected:
virtual T GetExistingObjectByKey(
    K key
) override
abstract GetExistingObjectByKey : 
        key:'K -> 'T 
override GetExistingObjectByKey : 
        key:'K -> 'T 
protected override function GetExistingObjectByKey(
    key : K
) : T

Параметры

  • key
    Тип: K
    The key that identifies the object to get.

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

Тип: T
An object from the collection or nullNothingnullptrunitпустая ссылка (Nothing в Visual Basic) if a matching object was not found.