タイムアウトになるまでにテストを実行できる秒数を取得または設定します。既定値は 30 秒です。
名前空間: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
アセンブリ: Microsoft.Data.Tools.Schema.Sql.UnitTesting (Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll 内)
構文
public TimeSpan ExecutionTime { get; set; }
public:
property TimeSpan ExecutionTime {
TimeSpan get();
void set(TimeSpan value);
}
member ExecutionTime : TimeSpan with get, set
Public Property ExecutionTime As TimeSpan
プロパティ値
Type: System.TimeSpan
タイムアウトの秒数。
解説
ストアド プロシージャをステップ実行してデバッグする場合は、この値を増やします。
参照
ExecutionTimeCondition クラス
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 名前空間
トップに戻る