Compartir a través de


AggregationAttribute.CopyTo Método

Copies the current AggregationAttribute to an object, which is passed as a parameter.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function CopyTo ( _
    obj As AggregationAttribute _
) As AggregationAttribute
'Uso
Dim instance As AggregationAttribute 
Dim obj As AggregationAttribute 
Dim returnValue As AggregationAttribute 

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

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.AggregationAttribute
A copy of current AggregationAttribute

Vea también

Referencia

AggregationAttribute Clase

Espacio de nombres Microsoft.AnalysisServices