ExecutionStrategy.Suspended 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use Current instead
指出策略是否暫停。 策略通常會在執行時暫停,以避免從巢狀作業進行遞迴執行。
protected static bool Suspended { get; set; }
[System.Obsolete("Use Current instead")]
protected static bool Suspended { get; set; }
static member Suspended : bool with get, set
[<System.Obsolete("Use Current instead")>]
static member Suspended : bool with get, set
Protected Shared Property Suspended As Boolean
屬性值
- 屬性
備註
如需詳細資訊,請參閱 連線復原和資料庫重試 。