共用方式為


MaximumDegreeOfParallelism 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Property MaximumDegreeOfParallelism As Integer
    Get
    Set
'用途
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)

屬性值

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