command_type property
command_type property
Specifies the OLE DB command type.
- Query specifies a cube name
- Query specifies a SQL statement
- Query specifies a table name
- Query specifies that default information has been given, and it is up to the provider how to interpret.
- Query is against a web based List Data Provider.
Definition:
@property
def command_type(self):
...
@command_type.setter
def command_type(self, value):
...
See Also
- module
aspose.cells.externalconnections
- class
OLEDBCommandType
- class
WebQueryConnection