OleDbSchemaGuid.Primary_Keys 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回在目录中由给定用户定义的主键列。
public: static initonly Guid Primary_Keys;
public static readonly Guid Primary_Keys;
staticval mutable Primary_Keys : Guid
Public Shared ReadOnly Primary_Keys As Guid
字段值
注解
Primary_Keys 映射到 OLE DB PRIMARY_KEYS行集。 除非另行指定,否则将按以下顺序返回限制列。
限制列 | CLR 数据类型 | 说明 |
---|---|---|
TABLE_CATALOG | string |
在其中定义表的目录名称。 如果提供程序不支持目录,则为 null 值。 |
TABLE_SCHEMA | string |
在其中定义表的不限定架构名称。 如果提供程序不支持架构,则为 null 值。 |
TABLE_NAME | string |
表名。 |