Translation.ICloneable.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a copy of the Translation object.

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

Syntax

object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object
private override Clone : unit -> Object
Private Function Clone As Object
    Implements ICloneable.Clone

Return Value

Type: System.Object

The created object.

Implements

ICloneable.Clone()

See Also

Translation Class
Microsoft.AnalysisServices Namespace

Return to top