Metodo ModelComponent.CopyTo
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Copies a ModelComponent object to the specified object.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Sub CopyTo ( _
obj As ModelComponent _
)
'Utilizzo
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
)
Parametri
- obj
Tipo: Microsoft.AnalysisServices.ModelComponent
The object you are copying to.