Freigeben über


ValidationErrorCollection.IList.Contains-Methode

Indicates whether the collection contains a specific value.

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

Syntax

'Declaration
Private Function Contains ( _
    value As Object _
) As Boolean Implements IList.Contains
'Usage
Dim instance As ValidationErrorCollection 
Dim value As Object 
Dim returnValue As Boolean 

returnValue = CType(instance, IList).Contains(value)
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
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: System.Boolean
true if the object is found in the collection; otherwise, false.

Implementiert

IList.Contains(Object)

Siehe auch

Verweis

ValidationErrorCollection Klasse

Microsoft.AnalysisServices-Namespace