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

驗證的類型。

傳回

AuthenticationInfo

依據驗證類型搜尋的資訊。

適用於