Compartilhar via


Propriedade do RDL Process

Gets or sets the Process attribute for the parent object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property Process As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean value with the process attribute.

Comentários

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