Condividi tramite


Metodo SfcReferenceAttribute.GetUrn

Gets the Urn reference from the specified instance. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function GetUrn ( _
    instance As Object _
) As Urn
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

SfcReferenceAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata