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.