RebuildConnectionStringInternal プロパティ

名前空間:  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