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 命名空间