Partager via


Binding.CopyTo Method

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

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
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

Paramètres

  • obj
    Specifies the binding object where the current object is to be copied.

Valeur de retour

A reference to the copied object.

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Binding Class
Binding Members
Microsoft.AnalysisServices Namespace