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.