Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the URN value that uniquely identifies the Microsoft SQL Server object that the DependencyNode object represents.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Overridable Property Urn As Urn
Get
Set
'Utilisation
Dim instance As DependencyNode
Dim value As Urn
value = instance.Urn
instance.Urn = value
public virtual Urn Urn { get; set; }
public:
virtual property Urn^ Urn {
Urn^ get ();
void set (Urn^ value);
}
abstract Urn : Urn with get, set
override Urn : Urn with get, set
function get Urn () : Urn
function set Urn (value : Urn)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
A Urn object value that represents an object on the instance of SQL Server.