Partager via


MaximumDegreeOfParallelism propriété

Gets or sets the maximum number of processors to use in a parallel plan execution that includes the table.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property MaximumDegreeOfParallelism As Integer
    Get
    Set
'Utilisation
Dim instance As Table
Dim value As Integer

value = instance.MaximumDegreeOfParallelism

instance.MaximumDegreeOfParallelism = value
public int MaximumDegreeOfParallelism { get; set; }
public:
property int MaximumDegreeOfParallelism {
    int get ();
    void set (int value);
}
member MaximumDegreeOfParallelism : int with get, set
function get MaximumDegreeOfParallelism () : int
function set MaximumDegreeOfParallelism (value : int)

Valeur de la propriété

Type : System. . :: . .Int32
An Int32 value that specifies the maximum number of processors to use in a parallel plan execution.