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

驗證的類型。

傳回

依其認證類型搜尋的資訊。

適用於