次の方法で共有


SqlOlapConnectionInfoBase.IntegratedSecurityInternal プロパティ

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

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

構文

'宣言
Protected Property IntegratedSecurityInternal As Boolean 
    Get 
    Set
'使用
Dim value As Boolean 

value = Me.IntegratedSecurityInternal 

Me.IntegratedSecurityInternal = value
protected bool IntegratedSecurityInternal { get; set; }
protected:
property bool IntegratedSecurityInternal {
    bool get ();
    void set (bool value);
}
member IntegratedSecurityInternal : bool with get, set
function get IntegratedSecurityInternal () : boolean 
function set IntegratedSecurityInternal (value : boolean)

プロパティ値

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

関連項目

参照

SqlOlapConnectionInfoBase クラス

Microsoft.SqlServer.Management.Common 名前空間