Permission.Process Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Process attribute for the parent object.

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

Syntax

[DefaultValueAttribute(false)]
public bool Process { get; set; }
public:
[DefaultValueAttribute(false)]
property bool Process {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(false)>]
member Process : bool with get, set
<DefaultValueAttribute(False)>
Public Property Process As Boolean

Property Value

Type: System.Boolean

A Boolean value with the process attribute.

Remarks

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

See Also

Permission Class
Microsoft.AnalysisServices Namespace

Return to top