OlapServerType.IServerType.AuthenticationInfoCollection 속성

연결 대화 상자의 단순 뷰를 채우는 데 사용되는 인증 레이블을 포함하는 테이블을 가져옵니다.

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfoCollection
인증 레이블을 포함하는 테이블입니다.

구현

IServerType.AuthenticationInfoCollection

참고 항목

참조

OlapServerType 클래스

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