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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .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[]) メソッドを参照してください。

参照