Metodo AggregationAttribute.CopyTo

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function CopyTo ( _
    obj As AggregationAttribute _
) As AggregationAttribute
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

AggregationAttribute Classe

Spazio dei nomi Microsoft.AnalysisServices