AuthenticationInfoCollection.FindByAuthenticationType(Int32) Methode

Definition

Gibt die Informationsauflistung an, die vom entsprechenden Authentifizierungstyp gesucht wird.

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

Parameter

authType
Int32

Der Typ der Authentifizierung.

Gibt zurück

Die Informationen, die vom entsprechenden Authentifizierungstyp gesucht werden.

Gilt für: