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 full copy of object into the existing object passed as parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As Aggregation _
) As Aggregation
'Usage
Dim instance As Aggregation
Dim obj As Aggregation
Dim returnValue As Aggregation
returnValue = instance.CopyTo(obj)
public Aggregation CopyTo(
Aggregation obj
)
public:
Aggregation^ CopyTo(
Aggregation^ obj
)
member CopyTo :
obj:Aggregation -> Aggregation
public function CopyTo(
obj : Aggregation
) : Aggregation
Parameters
- obj
Type: Microsoft.AnalysisServices.Aggregation
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.Aggregation
An Aggregation object.