Database.ProcessingPriority Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the processing priority of a Database.

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

Syntax

[DefaultValueAttribute(0)]
public int ProcessingPriority { get; set; }
public:
[DefaultValueAttribute(0)]
property int ProcessingPriority {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(0)>]
member ProcessingPriority : int with get, set
<DefaultValueAttribute(0)>
Public Property ProcessingPriority As Integer

Property Value

Type: System.Int32

An Integer priority value.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top