Метод Contains (Int64)
Determines whether the collection contains the EvaluationHistory object specified by the id parameter.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Function Contains ( _
id As Long _
) As Boolean
'Применение
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
Параметры
- id
Тип: System. . :: . .Int64
An Int64 value that specifies the object to find.
Возвращаемое значение
Тип: System. . :: . .Boolean
true if the collection contains the object; otherwise, false.