Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new, full copy of the type of aggregation stored in [T:Microsoft.AnalysisServices.AggregationInstance.] object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Clone As AggregationInstance
'Usage
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
Return Value
Type: Microsoft.AnalysisServices.AggregationInstance
A copy of AggregationInstance object.