OleDbSchemaGuid.Referential_Constraints 字段

定义

返回目录中定义的引用约束,该约束由给定用户拥有。

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

字段值

注解

Referential_Constraints 映射到 OLE DB REFERENTIAL_CONSTRAINTS行集。 除非另有指定,否则将按以下顺序返回限制列。

限制列 CLR 数据类型 Description
CONSTRAINT_CATALOG string 目录名称。 如果提供程序不支持目录,则为 null 值。
CONSTRAINT_SCHEMA string 未限定的架构名称。 如果提供程序不支持架构,则为 null 值。
CONSTRAINT_NAME string 约束名称。

适用于