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

身份验证的类型。

返回

按其身份验证类型搜索的信息。

适用于