AuthenticationInfoCollection.FindByAuthenticationType(Int32) Méthode

Définition

Indique la collection d'informations recherchée par son type d'authentification.

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

Paramètres

authType
Int32

Le type d'authentification.

Retours

Informations recherchées par leur type d'authentification.

S’applique à