Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the processing state for the attribute.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AttributeHierarchyProcessingState As ProcessingState
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.AnalysisServices.ProcessingState
The processing state for the attribute.