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)