Condividi tramite


Proprietà IServerPerformanceFacet.MaxDegreeOfParallelism

Gets or sets the MaxDegreeOfParallelism property for an instance of SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<DisplayNameKeyAttribute("ServerPerformanceName")> _
<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")> _
Property MaxDegreeOfParallelism As Integer 
    Get 
    Set
'Utilizzo
Dim instance As IServerPerformanceFacet 
Dim value As Integer 

value = instance.MaxDegreeOfParallelism

instance.MaxDegreeOfParallelism = value
[DisplayNameKeyAttribute("ServerPerformanceName")]
[DisplayDescriptionKeyAttribute("ServerPerformanceDesc")]
int MaxDegreeOfParallelism { get; set; }
[DisplayNameKeyAttribute(L"ServerPerformanceName")]
[DisplayDescriptionKeyAttribute(L"ServerPerformanceDesc")]
property int MaxDegreeOfParallelism {
    int get ();
    void set (int value);
}
[<DisplayNameKeyAttribute("ServerPerformanceName")>]
[<DisplayDescriptionKeyAttribute("ServerPerformanceDesc")>]
abstract MaxDegreeOfParallelism : int with get, set
function get MaxDegreeOfParallelism () : int 
function set MaxDegreeOfParallelism (value : int)

Valore proprietà

Tipo: System.Int32
The MaxDegreeOfParallelism property for an instance of SQL Server.

Vedere anche

Riferimento

IServerPerformanceFacet Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Smo