Właściwość SqlSmoObject.Urn
Pobiera wartość adresu jednolitej nazwy zasobu URN, która jednoznacznie identyfikuje obiekt.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property Urn As Urn
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn wartość obiektu, który określa adres URN, który unikatowo identyfikuje obiekt.