Binding.CopyTo Method (Binding)

 

Applies To: SQL Server 2016 Preview

Transfers a deep copy of current object to a specified binding.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

protected Binding CopyTo(
    Binding obj
)
protected:
Binding^ CopyTo(
    Binding^ obj
)
member CopyTo : 
        obj:Binding -> Binding
Protected Function CopyTo (
    obj As Binding
) As Binding

Parameters

Return Value

Type: Microsoft.AnalysisServices.Binding

A reference to the copied object.

See Also

Binding Class
Microsoft.AnalysisServices Namespace

Return to top