ForeignKeys コレクションを表す SAConnection.GetSchema(String,String[]) メソッドで使用する定数を提供します。このフィールドは読み込み専用です。
Visual Basic Public Shared Readonly ForeignKeys As String
C# public const string ForeignKeys ;
次のコードは、ForeignKeys コレクションを使用して DataTable を設定します。
DataTable schema = GetSchema( SAMetaDataCollectionNames.ForeignKeys ); |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |