Méthode ExpressionBinding.Clone
Creates a new instance of the object that is a cloned copy of the expression binding.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Overrides Function Clone As Binding
'Utilisation
Dim instance As ExpressionBinding
Dim returnValue As Binding
returnValue = instance.Clone()
public override Binding Clone()
public:
virtual Binding^ Clone() override
abstract Clone : unit -> Binding
override Clone : unit -> Binding
public override function Clone() : Binding
Valeur de retour
Type : Microsoft.AnalysisServices.Binding
The new instance of the object that is a cloned copy of the expression binding.