MeasureGroup.AggregationPrefix 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.
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.