Поделиться через


Свойство Process

Gets or sets the Process attribute for the parent object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property Process As Boolean
    Get
    Set
'Применение
Dim instance As Permission
Dim value As Boolean

value = instance.Process

instance.Process = value
public bool Process { get; set; }
public:
property bool Process {
    bool get ();
    void set (bool value);
}
member Process : bool with get, set
function get Process () : boolean
function set Process (value : boolean)

Значение свойства

Тип: System. . :: . .Boolean
A Boolean value with the process attribute.

Замечания

true if members can process the object or any object contained in the object. false if members cannot process the parent object.