AggregationInstanceAttribute.Clone 方法

Creates a new, full copy of an object.

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

语法

声明
Public Function Clone As AggregationInstanceAttribute
用法
Dim instance As AggregationInstanceAttribute 
Dim returnValue As AggregationInstanceAttribute 

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

返回值

类型:Microsoft.AnalysisServices.AggregationInstanceAttribute
The newly created object.

请参阅

参考

AggregationInstanceAttribute 类

Microsoft.AnalysisServices 命名空间