Share via


DataConnectionProperties.Reset Method

Definition

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 ()

Implements

Applies to