Propriété Urn

Obtient la valeur URN (Uniform Resource Name) qui identifie de façon unique l'objet.

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

Syntaxe

'Déclaration
Public ReadOnly Property Urn As Urn
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
Valeur de l'objet Urn qui spécifie l'adresse URN qui identifie l'objet de façon unique.