ModelComponent.CopyTo Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Protected Sub CopyTo ( _
    obj As ModelComponent _
)
'Usage
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
)