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)