Database.AggregationPrefix 属性

Defines the common prefix to be used for aggregation names throughout the associated Database.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property AggregationPrefix As String 
    Get 
    Set
用法
Dim instance As Database 
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
Aggregation name prefix.

请参阅

参考

Database 类

Microsoft.AnalysisServices 命名空间