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.