OLEDBCommandType Enum
OLEDBCommandType Enum
Specifies the OLE DB command type.
type OLEDBCommandType int32
Fields
| Field | Description |
|---|---|
| None | The command type is not specified. |
| CubeName | Specifies a cube name |
| SqlStatement | Specifies a SQL statement |
| TableName | Specifies a table name |
| DefaultInformation | Specifies that default information has been given, and it is up to the provider how to interpret. |
| WebBasedList | Specifies a query which is against a web based List Data Provider. |
| TableCollection | Specifies the table list. |