Annotation.Clone Method ()

 

Applies To: SQL Server 2016 Preview

Creates a new, full copy of an object.

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

Syntax

public Annotation Clone()
public:
Annotation^ Clone()
member Clone : unit -> Annotation
Public Function Clone As Annotation

Return Value

Type: Microsoft.AnalysisServices.Annotation

An Annotation object.

See Also

Annotation Class
Microsoft.AnalysisServices Namespace

Return to top