Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the MaxDegreeOfParallelism property value.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Property MaxDegreeOfParallelism As Integer
Get
Set
'Usage
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.MaxDegreeOfParallelism
instance.MaxDegreeOfParallelism = value
int MaxDegreeOfParallelism { get; set; }
property int MaxDegreeOfParallelism {
int get ();
void set (int value);
}
abstract MaxDegreeOfParallelism : int with get, set
function get MaxDegreeOfParallelism () : int
function set MaxDegreeOfParallelism (value : int)
Property Value
Type: System.Int32
The MaxDegreeOfParallelism property value.