AggregationDesignID 属性

Gets or sets the identifier of the aggregation design for the partition.

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

语法

声明
Public Property AggregationDesignID As String
    Get
    Set
用法
Dim instance As Partition
Dim value As String

value = instance.AggregationDesignID

instance.AggregationDesignID = value
public string AggregationDesignID { get; set; }
public:
property String^ AggregationDesignID {
    String^ get ();
    void set (String^ value);
}
member AggregationDesignID : string with get, set
function get AggregationDesignID () : String
function set AggregationDesignID (value : String)

属性值

类型:System. . :: . .String
A String containing the AggregationDesignID.