SqlServerCeType.IServerType.AuthenticationInfoCollection 속성

Gets a table that contains the authentication labels that are used to populate the simple view of the connection dialog box.

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

구문

‘선언
Private ReadOnly Property AuthenticationInfoCollection As AuthenticationInfoCollection 
    Implements IServerType.AuthenticationInfoCollection 
    Get
‘사용 방법
Dim instance As SqlServerCeType 
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
The table that contains the authentication labels.

구현

IServerType.AuthenticationInfoCollection

참고 항목

참조

SqlServerCeType 클래스

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