Freigeben über


DacExtractOptions.LongRunningCommandTimeout Eigenschaft

Definition

Gibt das zeitintensive Befehlstimeout in Sekunden an, wenn Abfragen für SQLServer ausgeführt werden.

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

Eigenschaftswert

Das Zeitlimit für Befehle in Sekunden. Der Standardwert ist 0, der unbegrenzt wartet.

Attribute

Gilt für: