DacDeployOptions.PerformIndexOperationsOnline Property

Definition

Get or set boolean that specifies whether to perform index operations online

[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "PerformIndexOperationsOnline")]
public bool PerformIndexOperationsOnline { get; set; }
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "PerformIndexOperationsOnline")>]
member this.PerformIndexOperationsOnline : bool with get, set
Public Property PerformIndexOperationsOnline As Boolean

Property Value

Default is false.

Attributes

Applies to