ConnectionSettings.ResetConnectionString 属性

Gets or sets a Boolean value that specifies whether a node in the connection string has been changed.

命名空间:  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)

属性值

类型:System.Boolean
A Boolean value that specifies whether a node in the connection string has been changed.

请参阅

参考

ConnectionSettings 类

Microsoft.SqlServer.Management.Common 命名空间