Freigeben über


CopyTo-Methode (AggregationInstanceAttribute)

Copies an AggregationInstanceAttribute object to the specified object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function CopyTo ( _
    obj As AggregationInstanceAttribute _
) As AggregationInstanceAttribute
'Usage
Dim instance As AggregationInstanceAttribute
Dim obj As AggregationInstanceAttribute
Dim returnValue As AggregationInstanceAttribute

returnValue = instance.CopyTo(obj)
public AggregationInstanceAttribute CopyTo(
    AggregationInstanceAttribute obj
)
public:
AggregationInstanceAttribute^ CopyTo(
    AggregationInstanceAttribute^ obj
)
member CopyTo : 
        obj:AggregationInstanceAttribute -> AggregationInstanceAttribute 
public function CopyTo(
    obj : AggregationInstanceAttribute
) : AggregationInstanceAttribute

Parameter