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


Метод ISfcCollection.GetObjectByKey

Uses the specified key to retrieve an object from the collection. If a matching object is not found, the object is created, and added to the collection. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Private Function GetObjectByKey ( _
    key As SfcKey _
) As SfcInstance Implements ISfcCollection.GetObjectByKey
'Применение
Dim instance As SfcCollection
Dim key As SfcKey
Dim returnValue As SfcInstance

returnValue = CType(instance, ISfcCollection).GetObjectByKey(key)
SfcInstance ISfcCollection.GetObjectByKey(
    SfcKey key
)
private:
virtual SfcInstance^ GetObjectByKey(
    SfcKey^ key
) sealed = ISfcCollection::GetObjectByKey
private abstract GetObjectByKey : 
        key:SfcKey -> SfcInstance 
private override GetObjectByKey : 
        key:SfcKey -> SfcInstance 
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

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

Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
The object from the collection.

Реализует

ISfcCollection. . :: . .GetObjectByKey(SfcKey)