Sql2000Provider Class

Definition

Contains functionality to connect to and communicate with a SQL Server 2000.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class Sql2000Provider sealed : System::Data::Linq::SqlClient::SqlProvider
public sealed class Sql2000Provider : System.Data.Linq.SqlClient.SqlProvider
type Sql2000Provider = class
    inherit SqlProvider
Public NotInheritable Class Sql2000Provider
Inherits SqlProvider
Inheritance
Sql2000Provider

Constructors

Sql2000Provider()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the Sql2000Provider class.

Methods

Dispose()

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases managed references and closes connections opened by the SqlProvider.

(Inherited from SqlProvider)
Dispose(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Optionally releases managed references and closes connections opened by the SqlProvider.

(Inherited from SqlProvider)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to