Свойство DimensionAttribute.ProcessingState
Gets or sets the processing state of the attribute.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property ProcessingState As ProcessingState
Get
Set
'Применение
Dim instance As DimensionAttribute
Dim value As ProcessingState
value = instance.ProcessingState
instance.ProcessingState = value
public ProcessingState ProcessingState { get; set; }
public:
property ProcessingState ProcessingState {
ProcessingState get ();
void set (ProcessingState value);
}
member ProcessingState : ProcessingState with get, set
function get ProcessingState () : ProcessingState
function set ProcessingState (value : ProcessingState)
Значение свойства
Тип: Microsoft.AnalysisServices.ProcessingState
The processing state of the attribute.