OleDbMetaDataCollectionNames 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 use with the GetSchema method to retrieve metadata collections.
public ref class OleDbMetaDataCollectionNames abstract sealed
public static class OleDbMetaDataCollectionNames
type OleDbMetaDataCollectionNames = class
Public Class OleDbMetaDataCollectionNames
- Inheritance
-
OleDbMetaDataCollectionNames
Fields
Catalogs |
A constant for use with the GetSchema method that represents the Catalogs collection. |
Collations |
A constant for use with the GetSchema method that represents the Collations collection. |
Columns |
A constant for use with the GetSchema method that represents the Columns collection. |
Indexes |
A constant for use with the GetSchema method that represents the Indexes collection. |
ProcedureColumns |
A constant for use with the GetSchema method that represents the ProcedureColumns collection. |
ProcedureParameters |
A constant for use with the GetSchema method that represents the ProcedureParameters collection. |
Procedures |
A constant for use with the GetSchema method that represents the Procedures collection. |
Tables |
A constant for use with the GetSchema method that represents the Tables collection. |
Views |
A constant for use with the GetSchema method that represents the Views collection. |