Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Return Value
Type: Microsoft.AnalysisServices.Binding
The new instance of the object that is a cloned copy of the expression binding.