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

参数

返回值

类型:System. . :: . .Boolean
true if the collection contains the object; otherwise, false.