AnalysisState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the processing state of a ProcessableMajorObject in Analysis Services.
[System.Runtime.InteropServices.Guid("C181D26B-C32D-4d8f-9FD5-B3DA5D9BD18E")]
public enum AnalysisState
[<System.Runtime.InteropServices.Guid("C181D26B-C32D-4d8f-9FD5-B3DA5D9BD18E")>]
type AnalysisState =
Public Enum AnalysisState
- Inheritance
-
AnalysisState
- Attributes
Fields
PartiallyProcessed | 1 | At least one contained object is not processed |
Processed | 0 | The object and all its contained processable objects are processed |
Unprocessed | 2 | The object and its child objects are not processed |