DacDeployOptions.CommandTimeout プロパティ

定義

SQLServer に対してクエリを実行するときのコマンド タイムアウトを秒単位で指定します。

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

プロパティ値

コマンドのタイムアウト (秒単位)。 既定値は 60

属性

適用対象