Méthode EvaluationHistoryCollection.Contains (Int64)
Determines whether the collection contains the EvaluationHistory object specified by the id parameter.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
id As Long _
) As Boolean
'Utilisation
Dim instance As EvaluationHistoryCollection
Dim id As Long
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
long id
)
public:
bool Contains(
long long id
)
member Contains :
id:int64 -> bool
public function Contains(
id : long
) : boolean
Paramètres
- id
Type : System.Int64
An Int64 value that specifies the object to find.
Valeur de retour
Type : System.Boolean
true if the collection contains the object; otherwise, false.