共用方式為


AggregationDesignAttribute.ICloneable.Clone 方法

Creates and returns a new object that is a copy of the current instance of this AggregationDesignAttribute object.

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

語法

'宣告
Private Function Clone As Object Implements ICloneable.Clone
'用途
Dim instance As AggregationDesignAttribute 
Dim returnValue As Object 

returnValue = CType(instance, ICloneable).Clone()
Object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object  
private override Clone : unit -> Object
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

傳回值

型別:System.Object
A new AggregationDesignAttribute object.

實作

ICloneable.Clone()

請參閱

參考

AggregationDesignAttribute 類別

Microsoft.AnalysisServices 命名空間