Propriedade do RDL MeasureGroup.AggregationPrefix

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.

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

Sintaxe

'Declaração
Public Property AggregationPrefix As String 
    Get 
    Set
'Uso
Dim instance As MeasureGroup 
Dim value As String 

value = instance.AggregationPrefix

instance.AggregationPrefix = value
public string AggregationPrefix { get; set; }
public:
property String^ AggregationPrefix {
    String^ get ();
    void set (String^ value);
}
member AggregationPrefix : string with get, set
function get AggregationPrefix () : String 
function set AggregationPrefix (value : String)

Valor da propriedade

Tipo: System.String
An aggregation prefix.

Comentários

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.

Consulte também

Referência

MeasureGroup Classe

Namespace Microsoft.AnalysisServices