QueryStoreOperationMode Enumeration

 

Enumerates the query store operation mode.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

public enum class QueryStoreOperationMode

Member nameDescription
Off

The operation if Off.

ReadOnly

The operation if ReadOnly.

ReadWrite

The operation if ReadWrite.

Return to top
Show: