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
属性值
- 属性
注解
有关详细信息 ,请参阅连接复原和数据库重试 。