SqlOlapConnectionInfoBase.IntegratedSecurityInternal Property

接続が統合セキュリティをサポートするかどうかを示す Boolean プロパティ値を取得または設定します。

名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (microsoft.sqlserver.connectioninfo.dll 内)

構文

'宣言
Protected Property IntegratedSecurityInternal As Boolean
protected bool IntegratedSecurityInternal { get; set; }
protected:
property bool IntegratedSecurityInternal {
    bool get ();
    void set (bool value);
}
/** @property */
protected boolean get_IntegratedSecurityInternal ()

/** @property */
protected void set_IntegratedSecurityInternal (boolean value)
protected function get IntegratedSecurityInternal () : boolean

protected function set IntegratedSecurityInternal (value : boolean)

プロパティ値

接続が統合セキュリティをサポートするかどうかを示す Boolean 値です。 True の場合、接続は統合セキュリティをサポートします。 False (既定値) の場合、接続は統合セキュリティをサポートしません。

解説

この名前空間、クラス、またはメンバは、Microsoft .NET Framework のバージョン 2.0 でのみサポートされています。

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

SqlOlapConnectionInfoBase Class
SqlOlapConnectionInfoBase Members
Microsoft.SqlServer.Management.Common Namespace