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


Метод ISfcDomain.GetKey

Gets an SfcKey object for the specified Uniform Resource Name (URN) fragment and this domain. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Function GetKey ( _
    urnFragment As IUrnFragment _
) As SfcKey
'Применение
Dim instance As ISfcDomain 
Dim urnFragment As IUrnFragment 
Dim returnValue As SfcKey 

returnValue = instance.GetKey(urnFragment)
SfcKey GetKey(
    IUrnFragment urnFragment
)
SfcKey^ GetKey(
    IUrnFragment^ urnFragment
)
abstract GetKey : 
        urnFragment:IUrnFragment -> SfcKey
function GetKey(
    urnFragment : IUrnFragment
) : SfcKey

Параметры

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

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
An SfcKey object that represents a key.

См. также

Справочник

ISfcDomain Интерфейс

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