다음을 통해 공유


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 네임스페이스