Méthode ModelComponent.CopyTo
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Copies a ModelComponent object to the specified object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected Sub CopyTo ( _
obj As ModelComponent _
)
'Utilisation
Dim obj As ModelComponent
Me.CopyTo(obj)
protected void CopyTo(
ModelComponent obj
)
protected:
void CopyTo(
ModelComponent^ obj
)
member CopyTo :
obj:ModelComponent -> unit
protected function CopyTo(
obj : ModelComponent
)
Paramètres
- obj
Type : Microsoft.AnalysisServices.ModelComponent
The object you are copying to.