Freigeben über


ConnectionEvaluationHistoryCollection.Contains-Methode (Int32)

Verifies whether the an object with the specified ID value exists in the collection.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Function Contains ( _
    id As Integer _
) As Boolean
'Usage
Dim instance As ConnectionEvaluationHistoryCollection 
Dim id As Integer 
Dim returnValue As Boolean 

returnValue = instance.Contains(id)
public bool Contains(
    int id
)
public:
bool Contains(
    int id
)
member Contains : 
        id:int -> bool
public function Contains(
    id : int
) : boolean

Parameter

Rückgabewert

Typ: System.Boolean
A Boolean object value that specifies whether the referenced object is in the collection. If True, it exists in the collection. Otherwise, False.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

ConnectionEvaluationHistoryCollection Klasse

Contains-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace