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

Implements

Applies to

Reset(String)

Removes the specified property from the current set of data connection properties.

public:
 virtual bool Reset(System::String ^ key);

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