Annotation.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new, full copy of an Annotation object.
public Microsoft.AnalysisServices.Annotation Clone ();
member this.Clone : unit -> Microsoft.AnalysisServices.Annotation
Public Function Clone () As Annotation
Returns
The cloned Annotation object.