Compartir a través de


AggregationDesignAttribute.CopyTo Método

Copies an AggregationDesignAttribute object to the specified object (the destination).

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

Sintaxis

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

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

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
The destination object that holds the copy.

Vea también

Referencia

AggregationDesignAttribute Clase

Espacio de nombres Microsoft.AnalysisServices