Поделиться через


Свойство IServerConfigurationFacet.CostThresholdForParallelism

Returns the value contained in the cost threshold for parallelism property.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Property CostThresholdForParallelism As Integer 
    Get 
    Set
'Применение
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.CostThresholdForParallelism

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

Значение свойства

Тип: System.Int32
The value contained in the cost threshold for parallelism property.

См. также

Справочник

IServerConfigurationFacet Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo