Share via


IServerType.AuthenticationInfoCollection Property

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

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

Syntax

'Declaration
ReadOnly Property AuthenticationInfoCollection As AuthenticationInfoCollection 
    Get
'Usage
Dim instance As IServerType 
Dim value As AuthenticationInfoCollection 

value = instance.AuthenticationInfoCollection
AuthenticationInfoCollection AuthenticationInfoCollection { get; }
property AuthenticationInfoCollection^ AuthenticationInfoCollection {
    AuthenticationInfoCollection^ get ();
}
abstract AuthenticationInfoCollection : AuthenticationInfoCollection
function get AuthenticationInfoCollection () : AuthenticationInfoCollection

Property Value

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

See Also

Reference

IServerType Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace