AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.ICollection 메서드

지정 된 속성 이름 및 값 쌍 현재 연결 속성 집합의 멤버 인지 여부를 테스트 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
어셈블리:  Microsoft.VisualStudio.Data.Framework(Microsoft.VisualStudio.Data.Framework.dll)

구문

‘선언
Private Function Remove ( _
    item As KeyValuePair(Of String, Object) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
bool ICollection<KeyValuePair<string, Object>>.Remove(
    KeyValuePair<string, Object> item
)
private:
virtual bool Remove(
    KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Remove
private abstract Remove : 
        item:KeyValuePair<string, Object> -> bool  
private override Remove : 
        item:KeyValuePair<string, Object> -> bool
JScript에서는 명시적 인터페이스 구현을 지원하지 않습니다.

매개 변수

  • item
    형식: KeyValuePair<String, Object>

    속성과 값의 존재 여부를 테스트 하는.

반환 값

형식: Boolean
true 지정된 된 속성이 연결 속성 컬렉션의 구성원 인 경우 그렇지 않으면 false.

구현

ICollection.Remove(UTP)

.NET Framework 보안

참고 항목

참조

AdoDotNetConnectionProperties 클래스

Microsoft.VisualStudio.Data.Framework.AdoDotNet 네임스페이스