ImpactDetailCollection.IList.Contains Method (Object)
Applies To: SQL Server (starting with 2016)
Indicates whether the collection contains a specific value.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
bool IList.Contains(
object value
)
private:
virtual bool Contains(
Object^ value
) sealed = IList::Contains
private abstract Contains :
value:Object -> bool
private override Contains :
value:Object -> bool
Private Function Contains (
value As Object
) As Boolean
Implements IList.Contains
Parameters
value
Type: System.ObjectThe object to locate.
Return Value
Type: System.Boolean
true if the object is found in the collection; otherwise, false.
Implements
See Also
ImpactDetailCollection Class
Microsoft.AnalysisServices Namespace
Return to top