IServerType.ServerInstanceName 속성

Gets the instance name of the server.

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

구문

‘선언
ReadOnly Property ServerInstanceName As String 
    Get
‘사용 방법
Dim instance As IServerType 
Dim value As String 

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

속성 값

유형: System.String
A [T.System.String] value that specifies the instance name of the server.

참고 항목

참조

IServerType 인터페이스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스