Метод Contains
Determines whether an element is in the set.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Function Contains ( _
item As T _
) As Boolean
'Применение
Dim instance As ITriggerEventSet
Dim item As T
Dim returnValue As Boolean
returnValue = instance.Contains(item)
bool Contains(
T item
)
bool Contains(
T item
)
abstract Contains :
item:'T -> bool
function Contains(
item : T
) : boolean
Параметры
- item
Тип: T
The element to locate in the set.
Возвращаемое значение
Тип: System. . :: . .Boolean
true if the element is in the set; otherwise, false.