Поделиться через


Свойство Partition.AggregationPrefix

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

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property AggregationPrefix As String 
    Get 
    Set
'Применение
Dim instance As Partition 
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)

Значение свойства

Тип: System.String
A String containing the aggregation prefix.

См. также

Справочник

Partition Класс

Пространство имен Microsoft.AnalysisServices