Index.SortInTempdb Property

Definition

Specifies that the intermediate sort results used to build the index will be stored in the tempdb database.

[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)]
public bool SortInTempdb { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Standalone)>]
member this.SortInTempdb : bool with get, set
Public Property SortInTempdb As Boolean

Property Value

Attributes

Applies to