Share via


Set.State Property

Definition

Provides information on the state of the set. Possible values and their interpretation are as follows. Ready (1) The set is queryable and has up-to-date data. NoData (3) Not applicable to Set. CalculationNeeded (4) Not applicable to Set. SemanticError (5) The set expression has a semantic error. EvaluationError (6) Not applicable to Set. DependencyError (7) A dependency associated with this set is in an error state (SemanticError, EvaluationError, or DependencyError). Incomplete (8) Not applicable to Set. SyntaxError (9) The measure has a syntax error in its expression.

public Microsoft.AnalysisServices.Tabular.ObjectState State { get; }
member this.State : Microsoft.AnalysisServices.Tabular.ObjectState
Public ReadOnly Property State As ObjectState

Property Value

Applies to