AggregationInstanceAttribute.CopyTo Method (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
Parameters
- obj
Type: Microsoft.AnalysisServices.AggregationInstanceAttribute
The object to be copied to.
Return Value
Type: Microsoft.AnalysisServices.AggregationInstanceAttribute
An AggregationInstanceAttribute object.