次の方法で共有


SqlOlapConnectionInfoBase.RebuildConnectionStringInternal プロパティ

内部接続文字列を再構築する必要があるかどうかを示す Boolean 値を取得します。値の設定も可能です。

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

構文

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

value = Me.RebuildConnectionStringInternal 

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

プロパティ値

型: System.Boolean
内部接続文字列を再構築する必要があるかどうかを示す Boolean です。

関連項目

参照

SqlOlapConnectionInfoBase クラス

Microsoft.SqlServer.Management.Common 名前空間