ResultInfo.ServerName 속성

Gets the name of the server where the batch was executed.

네임스페이스:  Microsoft.SqlServer.Management.MultiServerConnection
어셈블리:  Microsoft.SqlServer.Management.MultiServerConnection(Microsoft.SqlServer.Management.MultiServerConnection.dll)

구문

‘선언
Public ReadOnly Property ServerName As String 
    Get
‘사용 방법
Dim instance As ResultInfo 
Dim value As String 

value = instance.ServerName
public string ServerName { get; }
public:
virtual property String^ ServerName {
    String^ get () sealed;
}
abstract ServerName : string 
override ServerName : string
final function get ServerName () : String

속성 값

유형: System.String
A String that contains the name of the server.

구현

IResultInfo.ServerName

참고 항목

참조

ResultInfo 클래스

Microsoft.SqlServer.Management.MultiServerConnection 네임스페이스