OleDbSchemaGuid::Schemata Field

 

Returns the schema objects that are owned by a given user.

Namespace:   System.Data.OleDb
Assembly:  System.Data (in System.Data.dll)

public:
static initonly Guid Schemata

Field Value

Type: System::Guid

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.

.NET Framework
Available since 1.1
Return to top
Show: