DataConnectionProperties.Reset Method

Definition

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.

Implements

Applies to