Compartir a través de


SfcInstance.Urn Propiedad

Returns the uniform resource name of the SfcInstance object.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property Urn As Urn 
    Get
'Uso
Dim instance As SfcInstance 
Dim value As Urn 

value = instance.Urn
public Urn Urn { get; }
public:
property Urn^ Urn {
    Urn^ get ();
}
member Urn : Urn
function get Urn () : Urn

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The Urn of the object.

Vea también

Referencia

SfcInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc