Condividi tramite


Proprietà Cube.AggregationPrefix

Gets or sets the prefix for aggregations in the cube.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property AggregationPrefix As String 
    Get 
    Set
'Utilizzo
Dim instance As Cube 
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)

Valore proprietà

Tipo: System.String
A String with the aggregation prefix.

Vedere anche

Riferimento

Cube Classe

Spazio dei nomi Microsoft.AnalysisServices