API Reference

Class

ExcelQueryExecutionRequest

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

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 String TableName { get; } #

Destination table 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.