CopyTo méthode (AggregationDesignDimension)
Copies an AggregationDesignDimension object to the specified object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function CopyTo ( _
obj As AggregationDesignDimension _
) As AggregationDesignDimension
'Utilisation
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
Paramètres
- obj
Type : Microsoft.AnalysisServices. . :: . .AggregationDesignDimension
The object you are copying to.
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .AggregationDesignDimension
A new AggregationDesignDimension.
Notes
The AggregationDesignDimension represents the relationship between a cube dimension and an AggregationDesign element.