ImpactDetailCollection.Contains Method (ImpactDetail)

 

Applies To: SQL Server (starting with 2016)

Checks whether the collection contains a specified ImpactDetail.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

ImpactDetailCollection Class
Microsoft.AnalysisServices Namespace

Return to top