Condividi tramite


AuthenticationInfoCollection.FindByAuthenticationType(Int32) Metodo

Definizione

Indica la raccolta di informazioni in cui il tipo di autenticazione esegue la ricerca.

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

Parametri

authType
Int32

Tipo dell'autenticazione.

Restituisce

Informazioni in cui il tipo di autenticazione esegue la ricerca.

Si applica a