Urn propriété
Gets the Uniform Resource Name (URN) address value that uniquely identifies the object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans 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 la propriété
Type : Urn
A Urn object value that specifies the URN address that uniquely identifies the object.
Voir aussi