Właściwość IServerConfigurationFacet.CostThresholdForParallelism
Zwraca wartość zawartą w polu Próg koszt dla właściwość równoległości prostych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Property CostThresholdForParallelism As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Int32
Zobacz także