DbDataSourceEnumerator Class

Definition

Provides a mechanism for enumerating all available instances of database servers within the local network.

public ref class DbDataSourceEnumerator abstract
public abstract class DbDataSourceEnumerator
type DbDataSourceEnumerator = class
Public MustInherit Class DbDataSourceEnumerator
Inheritance
DbDataSourceEnumerator
Derived

Remarks

This class provides the basis for other strongly typed data source enumerators.

Constructors

DbDataSourceEnumerator()

Creates a new instance of the DbDataSourceEnumerator class.

Methods

Equals(Object)

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

(Inherited from Object)
GetDataSources()

Retrieves a DataTable containing information about all visible instances of the server represented by the strongly typed instance of this class.

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

See also