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

'Declaration
Protected Function CopyTo ( _
    obj As Binding _
) As Binding
'Usage
Dim obj As Binding
Dim returnValue As Binding

returnValue = Me.CopyTo(obj)
protected Binding CopyTo(
    Binding obj
)
protected:
Binding^ CopyTo(
    Binding^ obj
)
member CopyTo : 
        obj:Binding -> Binding 
protected function CopyTo(
    obj : Binding
) : Binding

Parameters

Return Value

Type: Microsoft.AnalysisServices.Binding
A reference to the copied object.