Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Copies the content of this AggregationDesign object to another object (the destination).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As AggregationDesign _
) As AggregationDesign
'Usage
Dim instance As AggregationDesign
Dim obj As AggregationDesign
Dim returnValue As AggregationDesign
returnValue = instance.CopyTo(obj)
public AggregationDesign CopyTo(
AggregationDesign obj
)
public:
AggregationDesign^ CopyTo(
AggregationDesign^ obj
)
member CopyTo :
obj:AggregationDesign -> AggregationDesign
public function CopyTo(
obj : AggregationDesign
) : AggregationDesign
Parameters
- obj
Type: Microsoft.AnalysisServices.AggregationDesign
The destination object to hold the copy.
Return Value
Type: Microsoft.AnalysisServices.AggregationDesign
The object that holds the copy