Share via


OleDbSchemaGuid.Assertions フィールド

定義

特定のユーザーが所有する、カタログに定義されたアサーションを返します。

public: static initonly Guid Assertions;
public static readonly Guid Assertions;
 staticval mutable Assertions : Guid
Public Shared ReadOnly Assertions As Guid 

フィールド値

注釈

Assertions は OLE DB ASSERTIONS 行セットにマップされます。 特に指定がない限り、制限列は次の順序で返されます。

[制限] 列 CLR データ型 説明
CONSTRAINT_CATALOG string カタログ名。 プロバイダーがカタログをサポートしていない場合は null 値。
CONSTRAINT_SCHEMA string 非修飾スキーマ名。 プロバイダーがスキーマをサポートしていない場合は null 値。
CONSTRAINT_NAME string 制約の名前。

適用対象