ExecutionStrategy.Suspended 属性

定义

注意

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

属性值

属性

注解

有关详细信息 ,请参阅连接复原和数据库重试

适用于