NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ADOConnection.ResetProperties

Resets the connection properties collection from the provider.

[Visual Basic]
Overridable Public Sub ResetProperties()
[C#]
public virtual void ResetProperties();
[C++]
public: virtual void ResetProperties();
[JScript]
public function ResetProperties();

Remarks

Notes to Inheritors: When overriding ResetProperties in a derived class, be sure to call the base class's ResetProperties method.

Example

The following example creates a connection, set some of its properties, clones it, then resets the properties of the original instance.

See Also

ADOConnection Class | ADOConnection Members | System.Data.ADO Namespace | Properties