Condividi tramite


Proprietà ConnectionSettings.ResetConnectionString

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

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Protected Property ResetConnectionString As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ConnectionSettings Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common