Compartir a través de


IServerConfigurationFacet.CostThresholdForParallelism Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Property CostThresholdForParallelism As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
The value contained in the cost threshold for parallelism property.

Vea también

Referencia

IServerConfigurationFacet Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Smo