EvaluationHistoryCollection.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.