UIConnectionInfo.AuthenticationType プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。 接続ダイアログが SQL Server 認証と Windows 認証のどちらを使用する必要があるかを示す Int32 値を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo.RegSvrEnum
アセンブリ: Microsoft.SqlServer.RegSvrEnum (Microsoft.SqlServer.RegSvrEnum.dll)
構文
'宣言
Public Property AuthenticationType As Integer
Get
Set
'使用
Dim instance As UIConnectionInfo
Dim value As Integer
value = instance.AuthenticationType
instance.AuthenticationType = value
public int AuthenticationType { get; set; }
public:
property int AuthenticationType {
int get ();
void set (int value);
}
member AuthenticationType : int with get, set
function get AuthenticationType () : int
function set AuthenticationType (value : int)
プロパティ値
型: System.Int32
接続ダイアログが SQL Server 認証を使用する必要がある場合には 1、Windows 認証を使用する必要がある場合には 0 を示す Int32 値です。
説明
可能な場合は、Windows 認証を使用します。