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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULConnection 类 » GetSchema 方法

 

GetSchema(String) 方法

返回此 ULConnection 的指定元数据集合的信息。

语法
Visual Basic
Public Overrides Function GetSchema( _
   ByVal collection As String _
) As DataTable
C#
public override DataTable GetSchema(
   string  collection
);
参数
  • collection   元数据集合的名称。如果未提供,则会使用 MetaDataCollections。

注释

有关可用元数据的说明,请参见GetSchema(String, String[]) 方法

另请参见