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

인증 유형입니다.

반환

인증 유형으로 검색된 정보입니다.

적용 대상