Propriété DimensionAttribute.AttributeHierarchyProcessingState
Gets or sets the processing state for the attribute.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property AttributeHierarchyProcessingState As ProcessingState
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.AnalysisServices.ProcessingState
The processing state for the attribute.