Index.MaximumDegreeOfParallelism 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MaximumDegreeOfParallelism As Integer 
    Get 
    Set
‘사용 방법
Dim instance As Index 
Dim value As Integer 

value = instance.MaximumDegreeOfParallelism

instance.MaximumDegreeOfParallelism = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int MaximumDegreeOfParallelism { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int MaximumDegreeOfParallelism {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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 that can be used when running a query that uses this index.

주의

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

[!참고]

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

인덱스 생성, 변경 및 제거

참고 항목

참조

Index 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

인덱스

CREATE INDEX(Transact-SQL)