Condividi tramite


Metodo AggregationDesignDimension.CopyTo

Copies an AggregationDesignDimension object to the specified object.

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

Sintassi

'Dichiarazione
Public Function CopyTo ( _
    obj As AggregationDesignDimension _
) As AggregationDesignDimension
'Utilizzo
Dim instance As AggregationDesignDimension 
Dim obj As AggregationDesignDimension 
Dim returnValue As AggregationDesignDimension 

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

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.AggregationDesignDimension
The copied aggregation design dimension object.

Osservazioni

The AggregationDesignDimension represents the relationship between a cube dimension and an AggregationDesign element.

Vedere anche

Riferimento

AggregationDesignDimension Classe

Spazio dei nomi Microsoft.AnalysisServices