共用方式為


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.