Freigeben über


ExpressionBinding.Clone-Methode

Creates a new instance of the object that is a cloned copy of the expression binding.

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

Syntax

'Declaration
Public Overrides Function Clone As Binding
'Usage
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

Rückgabewert

Typ: Microsoft.AnalysisServices.Binding
The new instance of the object that is a cloned copy of the expression binding.

Siehe auch

Verweis

ExpressionBinding Klasse

Microsoft.AnalysisServices-Namespace