Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
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.