次の方法で共有


DacExtractOptions.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 です

属性

適用対象