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


Метод ISfcCollection.GetExisting

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

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

Синтаксис

'Декларация
Function GetExisting ( _
    key As SfcKey, _
    <OutAttribute> ByRef sfcInstance As SfcInstance _
) As Boolean
'Применение
Dim instance As ISfcCollection 
Dim key As SfcKey 
Dim sfcInstance As SfcInstance 
Dim returnValue As Boolean 

returnValue = instance.GetExisting(key, _
    sfcInstance)
bool GetExisting(
    SfcKey key,
    out SfcInstance sfcInstance
)
bool GetExisting(
    SfcKey^ key, 
    [OutAttribute] SfcInstance^% sfcInstance
)
abstract GetExisting : 
        key:SfcKey * 
        sfcInstance:SfcInstance byref -> bool
function GetExisting(
    key : SfcKey, 
    sfcInstance : SfcInstance
) : boolean

Параметры

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

Тип: System.Boolean
true if the item is successfully retrieved from the collection; otherwise, false.

См. также

Справочник

ISfcCollection Интерфейс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc