Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the collection contains the EvaluationHistory object specified by the id parameter.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Function Contains ( _
id As Long _
) As Boolean
'Usage
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
Parameters
- id
Type: System.Int64
An Int64 value that specifies the object to find.
Return Value
Type: System.Boolean
true if the collection contains the object; otherwise, false.