IServerType.AuthenticationInfoCollection Property

 

Applies To: SQL Server 2016 Preview

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

AuthenticationInfoCollection AuthenticationInfoCollection { get; }
property AuthenticationInfoCollection^ AuthenticationInfoCollection {
    AuthenticationInfoCollection^ get();
}
abstract AuthenticationInfoCollection : AuthenticationInfoCollection with get
ReadOnly Property AuthenticationInfoCollection As AuthenticationInfoCollection

Property Value

Type: Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfoCollection

The table that contains the authentication labels.

See Also

IServerType Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top