API Reference
Class
ExcelQueryExecutionRequest
Detached request supplied to a caller-owned query execution host.
Inheritance
- Object
- ExcelQueryExecutionRequest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt32 ConnectionId { get; } #Workbook connection identifier.
public String ConnectionName { get; } #Workbook connection name.
public String CommandText { get; } #Opaque command text owned and interpreted by the caller host.
public String WorksheetName { get; } #Destination worksheet name.
public Boolean IsImported { get; } #True when the query metadata originated outside the current OfficeIMO session.
public ExcelQueryExecutionPolicy Policy { get; } #Detached execution-policy snapshot. Mutating it does not weaken OfficeIMO's active limits.