Compartir a través de


ServerDisplayName Propiedad

Gets the display name of the server on which the batch was executed.

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

Sintaxis

'Declaración
ReadOnly Property ServerDisplayName As String
    Get
'Uso
Dim instance As IResultInfo
Dim value As String

value = instance.ServerDisplayName
string ServerDisplayName { get; }
property String^ ServerDisplayName {
    String^ get ();
}
abstract ServerDisplayName : string
function get ServerDisplayName () : String

Valor de la propiedad

Tipo: System. . :: . .String
A String that contains the display name of the server.