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!

SQLConnection.Finalize

Performs any final actions, then disposes of the object.

[Visual Basic]
Overrides Protected Sub Finalize()
[C#]
protected override void Finalize();
[C++]
protected: override void Finalize();
[JScript]
protected override function Finalize();

Remarks

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

See Also

SQLConnection Class | SQLConnection Members | System.Data.SQL Namespace