Annotation.ICloneable.Clone Method ()

 

Applies To: SQL Server (starting with 2016)

Returns a clone that is a new copy of the 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 clone.

Implements

ICloneable.Clone()

See Also

Annotation Class
Microsoft.AnalysisServices Namespace

Return to top