ProcessableMajorObject.State Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the AnalysisState of this current instance.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[ReadOnlyAttribute(true)]
public AnalysisState State { get; set; }
public:
[ReadOnlyAttribute(true)]
property AnalysisState State {
    AnalysisState get();
    void set(AnalysisState value);
}
[<ReadOnlyAttribute(true)>]
member State : AnalysisState with get, set
<ReadOnlyAttribute(True)>
Public Property State As AnalysisState

Property Value

Type: Microsoft.AnalysisServices.AnalysisState

The AnalysisState of this current instance.

See Also

ProcessableMajorObject Class
Microsoft.AnalysisServices Namespace

Return to top