SqlServerType.authCollection Field
Specifies the authentication information collection for the server.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Protected authCollection As AuthenticationInfoCollection
'Usage
Dim value As AuthenticationInfoCollection
value = Me.authCollection
Me.authCollection = value
protected AuthenticationInfoCollection authCollection
protected:
AuthenticationInfoCollection^ authCollection
val mutable authCollection: AuthenticationInfoCollection
protected var authCollection : AuthenticationInfoCollection