Binding.CopyTo Method
Transfers a deep copy of current object to a specified binding.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
Protected Function CopyTo ( _
obj As Binding _
) As Binding
protected Binding CopyTo (
Binding obj
)
protected:
Binding^ CopyTo (
Binding^ obj
)
protected Binding CopyTo (
Binding obj
)
protected function CopyTo (
obj : Binding
) : Binding
Parameters
- obj
Specifies the binding object where the current object is to be copied.
Return Value
A reference to the copied object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.