Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Creates a new full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As Aggregation
'Usage
Dim instance As Aggregation
Dim returnValue As Aggregation
returnValue = instance.Clone()
public Aggregation Clone()
public:
Aggregation^ Clone()
member Clone : unit -> Aggregation
public function Clone() : Aggregation
Return Value
Type: Microsoft.AnalysisServices.Aggregation
An Aggregation object.