IServerConfigurationFacet.CostThresholdForParallelism Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value contained in the cost threshold for parallelism property.

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

Syntax

int CostThresholdForParallelism { get; set; }
property int CostThresholdForParallelism {
    int get();
    void set(int value);
}
abstract CostThresholdForParallelism : int with get, set
Property CostThresholdForParallelism As Integer

Property Value

Type: System.Int32

The value contained in the cost threshold for parallelism property.

See Also

IServerConfigurationFacet Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top