Compartir a través de


RegSvrSmoObject.Urn Propiedad

Gets the Urn object that represents the object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property Urn As Urn 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

RegSvrSmoObject Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegisteredServers

Otros recursos

Administrar servidores registrados

sp_ActiveDirectory_Obj (Transact-SQL)