Compartir a través de


Cube.AggregationPrefix Propiedad

Gets or sets the prefix for aggregations in the cube.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property AggregationPrefix As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

Cube Clase

Espacio de nombres Microsoft.AnalysisServices