TSqlModelOptions.QueryStoreMaxPlansPerQuery Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Max_Plans_Per_Query setting of the QUERY_STORE database option.
public int? QueryStoreMaxPlansPerQuery { get; set; }
member this.QueryStoreMaxPlansPerQuery : Nullable<int> with get, set
Public Property QueryStoreMaxPlansPerQuery As Nullable(Of Integer)