Binding.CopyTo(Binding) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Transfers a deep copy of current object to a specified binding.
protected Microsoft.AnalysisServices.Binding CopyTo (Microsoft.AnalysisServices.Binding obj);
member this.CopyTo : Microsoft.AnalysisServices.Binding -> Microsoft.AnalysisServices.Binding
Protected Function CopyTo (obj As Binding) As Binding
Parameters
- obj
- Binding
Specifies the binding object where the current object is to be copied.
Returns
A reference to the copied object.