Compartilhar via


Método AggregationInstanceAttribute.CopyTo (AggregationInstanceAttribute)

Copies an AggregationInstanceAttribute object to the specified object.

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

Sintaxe

'Declaração
Public Function CopyTo ( _
    obj As AggregationInstanceAttribute _
) As AggregationInstanceAttribute
'Uso
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

Parâmetros

Valor de retorno

Tipo: Microsoft.AnalysisServices.AggregationInstanceAttribute
An AggregationInstanceAttribute object.

Consulte também

Referência

AggregationInstanceAttribute Classe

Sobrecarregado CopyTo

Namespace Microsoft.AnalysisServices