Clone 方法

Copies the current AggregationAttribute.

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

语法

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

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