Share via


ISqlServerOptions.CostThresholdForParallelism Property

Gets or sets the cost threshold for parallelism.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property CostThresholdForParallelism As Nullable(Of Integer)
    Get
    Set
'Usage
Dim instance As ISqlServerOptions
Dim value As Nullable(Of Integer)

value = instance.CostThresholdForParallelism

instance.CostThresholdForParallelism = value
Nullable<int> CostThresholdForParallelism { get; set; }
property Nullable<int> CostThresholdForParallelism {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
function get CostThresholdForParallelism () : Nullable<int>
function set CostThresholdForParallelism (value : Nullable<int>)
abstract CostThresholdForParallelism : Nullable<int> with get, set

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

ISqlServerOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace