DataConnectionProperties.Reset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Reset(String) |
Resets the value of a specified connection property to its initial state. |
Reset() |
Resets the values of connection properties to an initial state. |
Reset(String)
Resets the value of a specified connection property to its initial state.
public:
virtual void Reset(System::String ^ propertyName);
public virtual void Reset (string propertyName);
abstract member Reset : string -> unit
override this.Reset : string -> unit
Public Overridable Sub Reset (propertyName As String)
Parameters
- propertyName
- String
Name of the property to reset.
Implements
Applies to
Reset()
Resets the values of connection properties to an initial state.
public:
virtual void Reset();
public virtual void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Overridable Sub Reset ()