Freigeben über


SqlSmoObject.Urn-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Urn As Urn 
    Get
'Usage
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

Eigenschaftswert

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

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

SqlSmoObject Klasse

Microsoft.SqlServer.Management.Smo-Namespace