Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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