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() |
Resets the values of connection properties to an initial state. |
Reset(String) |
Removes the specified property from the current set of data connection properties. |
Reset()
Resets the values of connection properties to an initial state.
public:
virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()
Implements
Applies to
Reset(String)
Removes the specified property from the current set of data connection properties.
public:
virtual bool Reset(System::String ^ key);
public bool Reset (string key);
abstract member Reset : string -> bool
override this.Reset : string -> bool
Public Function Reset (key As String) As Boolean
Parameters
- key
- String
The name of the property key for the property to be reset.
Returns
true if the property was removed; false if the property is not found.