AuthenticationInfo 생성자

정의

AuthenticationInfo 클래스의 새 인스턴스를 초기화합니다.

오버로드

AuthenticationInfo()

AuthenticationInfo 클래스의 새 인스턴스를 초기화합니다.

AuthenticationInfo(String, String, String, Int32, Boolean)

지정한 인증, 사용자 및 암호의 레이블, 인증의 유형 및 Windows가 인증되는지 여부를 포함하는 AuthenticationInfo 클래스의 새 인스턴스를 초기화합니다.

AuthenticationInfo()

AuthenticationInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 AuthenticationInfo();
public AuthenticationInfo ();
Public Sub New ()

적용 대상

AuthenticationInfo(String, String, String, Int32, Boolean)

지정한 인증, 사용자 및 암호의 레이블, 인증의 유형 및 Windows가 인증되는지 여부를 포함하는 AuthenticationInfo 클래스의 새 인스턴스를 초기화합니다.

public:
 AuthenticationInfo(System::String ^ authLabel, System::String ^ userLabel, System::String ^ pwdLabel, int type, bool isWindowsAuth);
public AuthenticationInfo (string authLabel, string userLabel, string pwdLabel, int type, bool isWindowsAuth);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo : string * string * string * int * bool -> Microsoft.SqlServer.Management.UI.ConnectionDlg.AuthenticationInfo
Public Sub New (authLabel As String, userLabel As String, pwdLabel As String, type As Integer, isWindowsAuth As Boolean)

매개 변수

authLabel
String

인증의 레이블입니다.

userLabel
String

사용자의 레이블입니다.

pwdLabel
String

암호의 레이블입니다.

type
Int32

인증 유형입니다.

isWindowsAuth
Boolean

Windows가 인증되면 true이고, 그렇지 않으면 false입니다.

적용 대상