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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0) » SAMetaDataCollectionNames 类

 

DataSourceInformation 字段

提供用于与 SAConnection.GetSchema(String,String[]) 方法配合使用以表示 DataSourceInformation 集合的常量。此字段为只读字段。

语法
Visual Basic

Public Shared Readonly DataSourceInformation As String
C#

public const string  DataSourceInformation ;
示例

以下代码使用 DataSourceInformation 集合填充 DataTable。

DataTable schema = GetSchema( SAMetaDataCollectionNames.DataSourceInformation );
另请参见