共用方式為


AggregationInstance.Clone 方法

Creates a new, full copy of the type of aggregation stored in [T:Microsoft.AnalysisServices.AggregationInstance.] object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function Clone As AggregationInstance
'用途
Dim instance As AggregationInstance 
Dim returnValue As AggregationInstance 

returnValue = instance.Clone()
public AggregationInstance Clone()
public:
AggregationInstance^ Clone()
member Clone : unit -> AggregationInstance
public function Clone() : AggregationInstance

傳回值

型別:Microsoft.AnalysisServices.AggregationInstance
A copy of AggregationInstance object.

請參閱

參考

AggregationInstance 類別

Microsoft.AnalysisServices 命名空間