AnnotationCollection.Find(String) Method

Definition

Searches for the Annotation with the specified Name and returns it.

public Microsoft.AnalysisServices.Annotation Find (string name);
member this.Find : string -> Microsoft.AnalysisServices.Annotation
Public Function Find (name As String) As Annotation

Parameters

name
String

The Name of the Annotation to find.

Returns

The Annotation with the specified Name, if found; otherwise, a null reference (Nothing in Visual Basic).

Applies to