AnalysisState Enumeration
Applies To: SQL Server (starting with 2016)
Defines the processing state of a ProcessableMajorObject in Analysis Services.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
[GuidAttribute("C181D26B-C32D-4d8f-9FD5-B3DA5D9BD18E")]
public enum AnalysisState
[GuidAttribute("C181D26B-C32D-4d8f-9FD5-B3DA5D9BD18E")]
public enum class AnalysisState
[<GuidAttribute("C181D26B-C32D-4d8f-9FD5-B3DA5D9BD18E")>]
type AnalysisState
<GuidAttribute("C181D26B-C32D-4d8f-9FD5-B3DA5D9BD18E")>
Public Enumeration AnalysisState
Members
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 |
See Also
Microsoft.AnalysisServices Namespace
Return to top