Partilhar via


Propriedade do RDL RegSvrSmoObject.Urn

Gets the Urn object that represents the object.

Namespace:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

RegSvrSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo.RegisteredServers

Outros recursos

Gerenciando servidores registrados

sp_ActiveDirectory_Obj (Transact-SQL)