ResultDataSetCreateCommand Object


Description:

Creates a blank/default result dataset with the specified number of (blank) queries, column definitions and group definitions. Useful for creating a ResultDataSet with a large number of queries, column definitions and group definitions.

Can be used with Command Sequencer: No

Parents: Sequencer, StcSystem

ResultDataSetCreateCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
ExistingDataSet

If this is 0 the command will create a new ResultDataSet. If it corresponds to an existing ResultDataSet the command will update it.

Type: handle

Default: 0

NumColumns

Number of blank RealTimeResultColumnDefintion objects to create under the ResultDataset.

Type: u32

Default: 1

NumGroups

Number of blank RealTimeResultGroupDefinition objects to create under the ResultDataset.

Type: u32

Default: 1

NumQueries

Number of blank ResultQuery objects to create under the ResultDataset.

Type: u32

Default: 1

ResultDataSetCreateCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status
ResultDataSet

Handle of the result dataset that the command operated on. This is useful when the you specify 0 as the ExistingDataSet to indicate that the command should create a ResultDataSet.

Type: handle

Default: 0