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.
Returns a copy of the RowBinding object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Overrides Function Clone As Binding
'Usage
Dim instance As RowBinding
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
A new copy of the RowBinding object.