Partition.AggregationPrefix Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the prefix used on tables used for aggregation.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false)]
public string AggregationPrefix { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property String^ AggregationPrefix {
    String^ get();
    void set(String^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member AggregationPrefix : string with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property AggregationPrefix As String

Property Value

Type: System.String

A String containing the aggregation prefix.

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top