Właściwość IServerPerformanceFacet.CostThresholdForParallelism
Pobiera lub ustawia właściwość CostThresholdForParallelism dla wystąpienie SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")> _
<DisplayNameKeyAttribute("CostThresholdforParallelismName")> _
Property CostThresholdForParallelism As Integer
Get
Set
'Użycie
Dim instance As IServerPerformanceFacet
Dim value As Integer
value = instance.CostThresholdForParallelism
instance.CostThresholdForParallelism = value
[DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")]
[DisplayNameKeyAttribute("CostThresholdforParallelismName")]
int CostThresholdForParallelism { get; set; }
[DisplayDescriptionKeyAttribute(L"CostThresholdforParallelismDesc")]
[DisplayNameKeyAttribute(L"CostThresholdforParallelismName")]
property int CostThresholdForParallelism {
int get ();
void set (int value);
}
[<DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")>]
[<DisplayNameKeyAttribute("CostThresholdforParallelismName")>]
abstract CostThresholdForParallelism : int with get, set
function get CostThresholdForParallelism () : int
function set CostThresholdForParallelism (value : int)
Wartość właściwości
Typ: System.Int32
Int32
Zobacz także