AuthenticationInfoCollection.FindByAuthenticationType(Int32) Method

Definition

Indicates the information collection that is searched by its authentication type.

public:
 Microsoft::SqlServer::Management::UI::ConnectionDlg::AuthenticationInfo ^ FindByAuthenticationType(int authType);
public Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo FindByAuthenticationType (int authType);
member this.FindByAuthenticationType : int -> Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo
Public Function FindByAuthenticationType (authType As Integer) As AuthenticationInfo

Parameters

authType
Int32

The type of the authentication.

Returns

The information that is searched by its authentication type.

Applies to