Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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
'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
)
Parameters
- obj
Type: Microsoft.AnalysisServices.ModelComponent
The object you are copying to.