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) » SAConnection 类 » GetSchema 方法

 

GetSchema(String) 方法

返回此 SAConnection 对象的指定元数据集合的相关信息。

语法
Visual Basic

Public Overrides Function GetSchema( _
   ByVal collection As String _
) As DataTable
C#

public override DataTable GetSchema(
   string  collection
);
参数
  • collection   元数据集合的名称。如果未提供名称,则使用 MetaDataCollections。

注释

有关可用元数据的说明,请参见 GetSchema(string,string[])。

另请参见