Binding.CopyTo(Binding) Method

Definition

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.

Applies to