Méthode Binding.CopyTo
Transfers a deep copy of current object to a specified binding.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected Function CopyTo ( _
obj As Binding _
) As Binding
'Utilisation
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
Paramètres
- obj
Type : Microsoft.AnalysisServices.Binding
Specifies the binding object where the current object is to be copied.
Valeur de retour
Type : Microsoft.AnalysisServices.Binding
A reference to the copied object.