MeasureGroup.AggregationPrefix Property

Definition

Gets or sets a prefix used on tables used for aggregation (which are actually indexed views). This serves as default for Partitions in the MeasureGroup.

public string AggregationPrefix { get; set; }
member this.AggregationPrefix : string with get, set
Public Property AggregationPrefix As String

Property Value

An aggregation prefix.

Remarks

Any string that will make the indexed views unique in the database can be used. It is up to the database administrator to decide what prefix will make the indexed view unique.

Applies to