次の方法で共有


AuthenticationInfoCollection.FindByAuthenticationType(Int32) メソッド

定義

認証の種類によって検索される情報のコレクションを示します。

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

パラメーター

authType
Int32

認証の種類。

戻り値

認証の種類によって検索される情報です。

適用対象