Propriedade do RDL CostThresholdForParallelism
Gets or sets the CostThresholdForParallelism property for an instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayNameKeyAttribute("CostThresholdforParallelismName")> _
<DisplayDescriptionKeyAttribute("CostThresholdforParallelismDesc")> _
Property CostThresholdForParallelism As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .Int32
Int32
Consulte também