共用方式為


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 命名空間