次の方法で共有


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 です。

適用対象