共用方式為


IVsDataConnectionProperties.Reset Method

Definition

Overloads

Reset()

When implemented by a class, resets the values of connection properties to an initial state.

Reset(String)

When implemented by a class, removes the specified property from the current set of data connection properties.

Reset()

When implemented by a class, resets the values of connection properties to an initial state.

public:
 void Reset();
public void Reset ();
abstract member Reset : unit -> unit
Public Sub Reset ()

Applies to

Reset(String)

When implemented by a class, removes the specified property from the current set of data connection properties.

public:
 bool Reset(System::String ^ key);
public bool Reset (string key);
abstract member 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 is removed; false if the property is not found.

Applies to