Partager via


Propriété Urn

Gets the Urn object that represents the object.

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Urn As Urn
    Get
'Utilisation
Dim instance As RegSvrSmoObject
Dim value As Urn

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object value that represents the object.