Share via


SqlCeConnection.Finalize Method

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Releases the unmanaged resources used by the SqlCeConnection. This method cannot be called by client applications.

[C#] In C#, finalizers are expressed using destructor syntax.

[C++] In C++, finalizers are expressed using destructor syntax.

  [Visual Basic]
  Overrides Protected Sub Finalize()

  [C#]
  ~SqlCeConnection();

  [C++]
  ~SqlCeConnection();

  [JScript]
  protected override function Finalize();

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeConnection Class | SqlCeConnection Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.