OleDbSchemaGuid.Schemata 字段
定义
返回给定用户拥有的架构对象。Returns the schema objects that are owned by a given user.
public: static initonly Guid Schemata;
public static readonly Guid Schemata;
staticval mutable Schemata : Guid
Public Shared ReadOnly Schemata As Guid
字段值
注解
Schemata 映射到 OLE DB 的 SCHEMATAS 行集。Schemata maps to the OLE DB SCHEMATAS rowset. 除非另外指定,否则将按以下顺序返回限制列。Unless otherwise specified, restriction columns are returned in the following order.
| 限制列Restriction column | CLR 数据类型CLR data type | 说明Description |
|---|---|---|
| CATALOG_NAMECATALOG_NAME | string |
目录名称。Catalog name. 如果提供程序不支持目录,则为 null 值。A null value if the provider does not support catalogs. |
| SCHEMA_NAMESCHEMA_NAME | string |
非限定的架构名称Unqualified schema name |
| SCHEMA_OWNERSCHEMA_OWNER | string |
拥有架构的用户。User that owns the schemas. |