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.