Compartir a través de


ManagedInstance.ServerUrn Propiedad

Gets the uniform resource name (URN) of the server instance.

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property ServerUrn As String 
    Get
'Uso
Dim instance As ManagedInstance 
Dim value As String 

value = instance.ServerUrn
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string ServerUrn { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ ServerUrn {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member ServerUrn : string
function get ServerUrn () : String

Valor de la propiedad

Tipo: System.String
A String containing the server's URN.

Vea también

Referencia

ManagedInstance Clase

Espacio de nombres Microsoft.SqlServer.Management.Utility