Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies an AggregationDesignAttribute object to the specified object (the destination).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As AggregationDesignAttribute _
) As AggregationDesignAttribute
'Usage
Dim instance As AggregationDesignAttribute
Dim obj As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute
returnValue = instance.CopyTo(obj)
public AggregationDesignAttribute CopyTo(
AggregationDesignAttribute obj
)
public:
AggregationDesignAttribute^ CopyTo(
AggregationDesignAttribute^ obj
)
member CopyTo :
obj:AggregationDesignAttribute -> AggregationDesignAttribute
public function CopyTo(
obj : AggregationDesignAttribute
) : AggregationDesignAttribute
Parameters
- obj
Type: Microsoft.AnalysisServices.AggregationDesignAttribute
The destination object to hold the copy.
Return Value
Type: Microsoft.AnalysisServices.AggregationDesignAttribute
The destination object that holds the copy.