DbMetaDataCollectionNames Class
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.
Provides a list of constants for the well-known MetaDataCollections: DataSourceInformation, DataTypes, MetaDataCollections, ReservedWords, and Restrictions.
public ref class DbMetaDataCollectionNames abstract sealed
public static class DbMetaDataCollectionNames
type DbMetaDataCollectionNames = class
Public Class DbMetaDataCollectionNames
- Inheritance
-
DbMetaDataCollectionNames
Fields
DataSourceInformation |
A constant for use with the GetSchema() method that represents the DataSourceInformation collection. |
DataTypes |
A constant for use with the GetSchema() method that represents the DataTypes collection. |
MetaDataCollections |
A constant for use with the GetSchema() method that represents the MetaDataCollections collection. |
ReservedWords |
A constant for use with the GetSchema() method that represents the ReservedWords collection. |
Restrictions |
A constant for use with the GetSchema() method that represents the Restrictions collection. |