LeaseState 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示生存期租约可能具有的租约状态。
public enum class LeaseState
[System.Serializable]
public enum LeaseState
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeaseState
[<System.Serializable>]
type LeaseState =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeaseState =
Public Enum LeaseState
- 继承
- 属性
字段
Active | 2 | 该租约是活动的并且尚未到期。 |
Expired | 4 | 该租约已经到期并且无法续订。 |
Initial | 1 | 该租约已经创建,但还不是活动的。 |
Null | 0 | 未初始化该租约。 |
Renewing | 3 | 该租约已经到期并且正在查找主办关系。 |
注解
属性 CurrentState 返回租约的租约状态。