CubeAttributeBinding.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Returns a full copy of current CubeAttributeBinding object.

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

Syntax

public override Binding Clone()
public:
virtual Binding^ Clone() override
override Clone : unit -> Binding
Public Overrides Function Clone As Binding

Return Value

Type: Microsoft.AnalysisServices.Binding

The copied CubeAttributeBinding object.

See Also

CubeAttributeBinding Class
Microsoft.AnalysisServices Namespace

Return to top