AnnotationCollection.Find Method (String)

 

Applies To: SQL Server (starting with 2016)

Gets the Annotation, with the specified name, from the collection.

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

Syntax

public Annotation Find(
    string name
)
public:
Annotation^ Find(
    String^ name
)
member Find : 
        name:string -> Annotation
Public Function Find (
    name As String
) As Annotation

Parameters

Return Value

Type: Microsoft.AnalysisServices.Annotation

The Annotation if contained in the collection; otherwise, a null reference (Nothing in Visual Basic).

See Also

AnnotationCollection Class
Microsoft.AnalysisServices Namespace

Return to top