Condividi tramite


Proprietà SqlSmoObject.Urn

Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Urn As Urn 
    Get
'Utilizzo
Dim instance As SqlSmoObject 
Dim value As Urn 

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

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that specifies the URN address that uniquely identifies the object.

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

SqlSmoObject Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo