RSType.AuthenticationInfoCollection Property

 

Applies To: SQL Server 2016 Preview

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

public AuthenticationInfoCollection AuthenticationInfoCollection { get; }
public:
property AuthenticationInfoCollection^ AuthenticationInfoCollection {
    virtual AuthenticationInfoCollection^ get() sealed;
}
abstract AuthenticationInfoCollection : AuthenticationInfoCollection with get
override AuthenticationInfoCollection : AuthenticationInfoCollection with get
Public ReadOnly Property AuthenticationInfoCollection As AuthenticationInfoCollection

Property Value

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

A table that contains the authentication labels.

Implements

IServerType.AuthenticationInfoCollection

See Also

RSType Class
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top