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 中)
语法
声明
Public Function Clone As AggregationDesignAttribute
用法
Dim instance As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute
returnValue = instance.Clone()
public AggregationDesignAttribute Clone()
public:
AggregationDesignAttribute^ Clone()
member Clone : unit -> AggregationDesignAttribute
public function Clone() : AggregationDesignAttribute
返回值
类型:Microsoft.AnalysisServices.AggregationDesignAttribute
A new AggregationDesignAttribute object.