AuthenticationInfoCollection.FindByAuthenticationType 메서드

Indicates the information collection that is searched by its authentication type.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Function FindByAuthenticationType ( _
    authType As Integer _
) As AuthenticationInfo
‘사용 방법
Dim instance As AuthenticationInfoCollection 
Dim authType As Integer 
Dim returnValue As AuthenticationInfo 

returnValue = instance.FindByAuthenticationType(authType)
public AuthenticationInfo FindByAuthenticationType(
    int authType
)
public:
AuthenticationInfo^ FindByAuthenticationType(
    int authType
)
member FindByAuthenticationType : 
        authType:int -> AuthenticationInfo
public function FindByAuthenticationType(
    authType : int
) : AuthenticationInfo

매개 변수

  • authType
    유형: System.Int32
    The type of the authentication.

반환 값

유형: Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo
The information that is searched by its authentication type.

참고 항목

참조

AuthenticationInfoCollection 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스