QueryStoreDesiredState 枚举

定义

查询存储操作模式/所需状态选项值

public enum QueryStoreDesiredState
type QueryStoreDesiredState = 
Public Enum QueryStoreDesiredState
继承
QueryStoreDesiredState

字段

名称 说明
Off 0

查询存储功能为 OFF。

ReadOnly 1

查询存储不记录新数据。

ReadWrite 2

查询存储记录新数据。

适用于