Compartir a través de


Urn Propiedad

Gets the Urn object value that represents the server group.

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

Sintaxis

'Declaración
Public Overrides ReadOnly Property Urn As Urn
    Get
'Uso
Dim instance As ServerGroup
Dim value As Urn

value = instance.Urn
public override Urn Urn { get; }
public:
virtual property Urn^ Urn {
    Urn^ get () override;
}
abstract Urn : Urn
override Urn : Urn
override function get Urn () : Urn

Valor de la propiedad

Tipo: Urn
A Urn object value that represents the server group.