AggregationInstanceAttribute.Clone Method
Creates a new, full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As AggregationInstanceAttribute
'Usage
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
Return Value
Type: Microsoft.AnalysisServices.AggregationInstanceAttribute
The newly created object.