Метод SfcReferenceAttribute.GetUrn

Gets the Urn reference from the specified instance. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Function GetUrn ( _
    instance As Object _
) As Urn
'Применение
Dim instance As SfcReferenceAttribute 
Dim instance As Object 
Dim returnValue As Urn 

returnValue = instance.GetUrn(instance)
public Urn GetUrn(
    Object instance
)
public:
Urn^ GetUrn(
    Object^ instance
)
member GetUrn : 
        instance:Object -> Urn
public function GetUrn(
    instance : Object
) : Urn

Параметры

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

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The Urn reference or < languageKeyword>null</languageKeyword> if the attribute does not have a path expression defined.

См. также

Справочник

SfcReferenceAttribute Класс

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