OleDbSchemaGuid.Schemata Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Field Value
Remarks
Schemata maps to the OLE DB SCHEMATAS rowset. Unless otherwise specified, restriction columns are returned in the following order.
Restriction column | CLR data type | Description |
---|---|---|
CATALOG_NAME | string |
Catalog name. A null value if the provider does not support catalogs. |
SCHEMA_NAME | string |
Unqualified schema name |
SCHEMA_OWNER | string |
User that owns the schemas. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.