IServerPerformanceFacet.CostThresholdForParallelism Property

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

'Declaration
<DisplayNameKeyAttribute("CostThresholdforParallelismName")> _
<DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")> _
Property CostThresholdForParallelism As Integer
    Get
    Set
'Usage
Dim instance As IServerPerformanceFacet
Dim value As Integer

value = instance.CostThresholdForParallelism

instance.CostThresholdForParallelism = value
[DisplayNameKeyAttribute("CostThresholdforParallelismName")]
[DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")]
int CostThresholdForParallelism { get; set; }
[DisplayNameKeyAttribute(L"CostThresholdforParallelismName")]
[DisplayDescriptionKeyAttribute(L"CostThresholdforParallelismDesc")]
property int CostThresholdForParallelism {
    int get ();
    void set (int value);
}
[<DisplayNameKeyAttribute("CostThresholdforParallelismName")>]
[<DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")>]
abstract CostThresholdForParallelism : int with get, set
function get CostThresholdForParallelism () : int
function set CostThresholdForParallelism (value : int)

Property Value

Type: System.Int32
Int32