Metodo CopyTo
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
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
Vedere anche