IServerPerformanceFacet.MaxDegreeOfParallelism Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the MaxDegreeOfParallelism property for an instance of SQL Server.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[DisplayNameKeyAttribute("ServerPerformanceName")]
[DisplayDescriptionKeyAttribute("ServerPerformanceDesc")]
int MaxDegreeOfParallelism { get; set; }
[DisplayNameKeyAttribute("ServerPerformanceName")]
[DisplayDescriptionKeyAttribute("ServerPerformanceDesc")]
property int MaxDegreeOfParallelism {
    int get();
    void set(int value);
}
[<DisplayNameKeyAttribute("ServerPerformanceName")>]
[<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")>]
abstract MaxDegreeOfParallelism : int with get, set
<DisplayNameKeyAttribute("ServerPerformanceName")>
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")>
Property MaxDegreeOfParallelism As Integer

Property Value

Type: System.Int32

The MaxDegreeOfParallelism property for an instance of SQL Server.

See Also

IServerPerformanceFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top