ProgressStepType Enumeration |
Enumeration used for reporting the main steps taken when retrieving business data.
Namespace:
Dundas.BI.Data
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic enum ProgressStepType
Public Enumeration ProgressStepType
public enum class ProgressStepType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Data retrieval step not set.
|
| QueryGenerated | 1 |
The query is generated.
|
| QueryExecuted | 2 |
The query is executed.
|
| TransformsExecuted | 3 |
The transforms are executed.
|
See Also