Share via


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 数据类型 说明
CONSTRAINT_CATALOG string 目录名称。 如果提供程序不支持目录,则为 null 值。
CONSTRAINT_SCHEMA string 非限定架构名称。 如果提供程序不支持架构,则为 null 值。
CONSTRAINT_NAME string 约束名称。

适用于