共用方式為


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