IServerPerformanceFacet.CostThresholdForParallelism 속성

Gets or sets the CostThresholdForParallelism property for an instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("CostThresholdforParallelismName")> _
<DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")> _
Property CostThresholdForParallelism As Integer 
    Get 
    Set
‘사용 방법
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.CostThresholdForParallelism

instance.CostThresholdForParallelism = value
[DisplayNameKeyAttribute("CostThresholdforParallelismName")]
[DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")]
int CostThresholdForParallelism { get; set; }
[DisplayNameKeyAttribute(L"CostThresholdforParallelismName")]
[DisplayDescriptionKeyAttribute(L"CostThresholdforParallelismDesc")]
property int CostThresholdForParallelism {
    int get ();
    void set (int value);
}
[<DisplayNameKeyAttribute("CostThresholdforParallelismName")>]
[<DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")>]
abstract CostThresholdForParallelism : int with get, set
function get CostThresholdForParallelism () : int 
function set CostThresholdForParallelism (value : int)

속성 값

유형: System.Int32
The CostThresholdForParallelism property for an instance of SQL Server.

참고 항목

참조

IServerPerformanceFacet 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스