다음을 통해 공유


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.