DimensionAttribute.AttributeHierarchyProcessingState Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the processing state for the attribute.

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

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
public ProcessingState AttributeHierarchyProcessingState { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
property ProcessingState AttributeHierarchyProcessingState {
    ProcessingState get();
    void set(ProcessingState value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")>]
member AttributeHierarchyProcessingState : ProcessingState with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300")>
Public Property AttributeHierarchyProcessingState As ProcessingState

Property Value

Type: Microsoft.AnalysisServices.ProcessingState

The processing state for the attribute.

See Also

DimensionAttribute Class
Microsoft.AnalysisServices Namespace

Return to top