Freigeben über


MaximumDegreeOfParallelism-Eigenschaft

Gets or sets the maximum number of processors that can be used when running a query that uses the index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property MaximumDegreeOfParallelism As Integer
    Get
    Set
'Usage
Dim instance As Index
Dim value As Integer

value = instance.MaximumDegreeOfParallelism

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

Eigenschaftenwert

Typ: System. . :: . .Int32
An Int32 value that specifies the maximum number of processors that can be used when running a query that uses this index.

Hinweise

If this property is not set, the system default is used.

HinweisHinweis

For indexes based on the UserDefinedTableType object the value of the IsXmlIndex property is always false.