OlapServerType.IServerType.AuthenticationInfoCollection Property

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

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Private ReadOnly Property AuthenticationInfoCollection As AuthenticationInfoCollection 
    Implements IServerType.AuthenticationInfoCollection 
    Get
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfoCollection
The table that contains the authentication labels.

Implements

IServerType.AuthenticationInfoCollection

See Also

Reference

OlapServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace