Annotation.Clone Method

Creates a new, full copy of an object.

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

Syntax

'Declaration
Public Function Clone As Annotation
'Usage
Dim instance As Annotation 
Dim returnValue As Annotation 

returnValue = instance.Clone()
public Annotation Clone()
public:
Annotation^ Clone()
member Clone : unit -> Annotation
public function Clone() : Annotation

Return Value

Type: Microsoft.AnalysisServices.Annotation
An Annotation object.

See Also

Reference

Annotation Class

Microsoft.AnalysisServices Namespace