Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0)

 

SADataSourceEnumerator class

Provides a mechanism for enumerating all available instances of SQL Anywhere database servers within the local network. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class SADataSourceEnumerator 
  Inherits DbDataSourceEnumerator
C#

public sealed class SADataSourceEnumerator : DbDataSourceEnumerator
Remarks

There is no constructor for SADataSourceEnumerator.

The SADataSourceEnumerator class is not available in the .NET Compact Framework 2.0.

See also

SADataSourceEnumerator members
Instance property
GetDataSources method