OLEDBCommandType enumeration

OLEDBCommandType enumeration

Specifies the OLE DB command type.

The OLEDBCommandType type exposes the following members:

Fields

FieldDescription
NONEThe command type is not specified.
CUBE_NAMESpecifies a cube name
SQL_STATEMENTSpecifies a SQL statement
TABLE_NAMESpecifies a table name
DEFAULT_INFORMATIONSpecifies that default information has been given, and it is up to the provider how to interpret.
WEB_BASED_LISTSpecifies a query which is against a web based List Data Provider.

See Also