共用方式為


ConnectionSettings.ResetConnectionString 屬性

取得或設定 Boolean 指定連接字串中之節點有無變更的值。

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Protected Property ResetConnectionString As Boolean 
    Get 
    Set
'用途
Dim value As Boolean 

value = Me.ResetConnectionString 

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

屬性值

型別:Boolean
Boolean 值,指定連接字串中的節點是否已變更。

請參閱

參考

ConnectionSettings 類別

Microsoft.SqlServer.Management.Common 命名空間