AnalysisState Enumeration
Applies To: SQL Server (starting with 2016)
Defines the processing state of a ProcessableMajorObject in Analysis Services.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Member name | Description | |
|---|---|---|
| PartiallyProcessed | At least one contained object is not processed | |
| Processed | The object and all its contained processable objects are processed | |
| Unprocessed | The object and its child objects are not processed |
Show: