DimensionAttribute.AttributeHierarchyProcessingState 属性

Gets or sets the processing state for the attribute.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property AttributeHierarchyProcessingState As ProcessingState 
    Get 
    Set
用法
Dim instance As DimensionAttribute 
Dim value As ProcessingState 

value = instance.AttributeHierarchyProcessingState

instance.AttributeHierarchyProcessingState = value
public ProcessingState AttributeHierarchyProcessingState { get; set; }
public:
property ProcessingState AttributeHierarchyProcessingState {
    ProcessingState get ();
    void set (ProcessingState value);
}
member AttributeHierarchyProcessingState : ProcessingState with get, set
function get AttributeHierarchyProcessingState () : ProcessingState 
function set AttributeHierarchyProcessingState (value : ProcessingState)

属性值

类型:Microsoft.AnalysisServices.ProcessingState
The processing state for the attribute.

请参阅

参考

DimensionAttribute 类

Microsoft.AnalysisServices 命名空间