AnnotationCollection.Contains Method (Annotation)

 

Applies To: SQL Server (starting with 2016)

Indicates whether the collection contains a specified Annotation.

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

Syntax

public bool Contains(
    Annotation item
)
public:
bool Contains(
    Annotation^ item
)
member Contains : 
        item:Annotation -> bool
Public Function Contains (
    item As Annotation
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the Annotation is contained in the collection; otherwise, false.

See Also

Contains Overload
AnnotationCollection Class
Microsoft.AnalysisServices Namespace

Return to top