IServerPerformanceFacet.CostThresholdForParallelism Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: System.Int32

The CostThresholdForParallelism property for an instance of SQL Server.

See Also

IServerPerformanceFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top