OleDbSchemaGuid.Primary_Keys フィールド
特定のユーザーがカタログに定義した主キー列を返します。
Public Shared ReadOnly Primary_Keys As Guid
[C#]
public static readonly Guid Primary_Keys;
[C++]
public: static Guid Primary_Keys;
[JScript]
public static var Primary_Keys : Guid;
解説
Primary_Keys は、OLE DB PRIMARY_KEYS 行セットに割り当てられます。特に指定のない限り、制限列は次の順序で返されます。
制限列 | CLR 型 | 説明 |
---|---|---|
TABLE_CATALOG | string | テーブルが定義されているカタログ名。プロバイダがカタログをサポートしていない場合は null 値。 |
TABLE_SCHEMA | string | テーブルが定義されているスキーマの非修飾名。プロバイダがスキーマをサポートしていない場合は null 値。 |
TABLE_NAME | string | テーブル名。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
OleDbSchemaGuid クラス | OleDbSchemaGuid メンバ | System.Data.OleDb 名前空間