Свойство ServerDisplayName

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

Пространство имен:  Microsoft.SqlServer.Management.MultiServerConnection
Сборка:  Microsoft.SqlServer.Management.MultiServerConnection (в Microsoft.SqlServer.Management.MultiServerConnection.dll)

Синтаксис

'Декларация
ReadOnly Property ServerDisplayName As String
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .String
A String that contains the display name of the server.