ModelComponent.CopyTo Method (ModelComponent)

 

Applies To: SQL Server 2016 Preview

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

Copies a ModelComponent object to the specified object.

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

Syntax

protected void CopyTo(
    ModelComponent obj
)
protected:
void CopyTo(
    ModelComponent^ obj
)
member CopyTo : 
        obj:ModelComponent -> unit
Protected Sub CopyTo (
    obj As ModelComponent
)

Parameters

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top