Método Contains (Int64)
Determines whether the collection contains the EvaluationHistory object specified by the id parameter.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Function Contains ( _
id As Long _
) As Boolean
'Uso
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
Parâmetros
- id
Tipo: System. . :: . .Int64
An Int64 value that specifies the object to find.
Valor de retorno
Tipo: System. . :: . .Boolean
true if the collection contains the object; otherwise, false.
Consulte também