OlapServerType.IServerType.ServerTypeName 속성

Gets the String value that represents the name of the server type.

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

구문

‘선언
Private ReadOnly Property ServerTypeName As String 
    Implements IServerType.ServerTypeName 
    Get
‘사용 방법
Dim instance As OlapServerType 
Dim value As String 

value = CType(instance, IServerType).ServerTypeName
string IServerType.ServerTypeName { get; }
private:
virtual property String^ ServerTypeName {
    String^ get () sealed = IServerType::ServerTypeName::get;
}
private abstract ServerTypeName : string 
private override ServerTypeName : string
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: System.String
A string that represents the name of the server type.

구현

IServerType.ServerTypeName

참고 항목

참조

OlapServerType 클래스

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