OrderedCollectionBase<T>.Remove 메서드 (T)
Removes the specified element from the collection.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Function Remove ( _
item As T _
) As Boolean
‘사용 방법
Dim instance As OrderedCollectionBase
Dim item As T
Dim returnValue As Boolean
returnValue = instance.Remove(item)
public bool Remove(
T item
)
public:
virtual bool Remove(
T item
) sealed
abstract Remove :
item:'T -> bool
override Remove :
item:'T -> bool
public final function Remove(
item : T
) : boolean
매개 변수
- item
유형: T
The element to remove.
반환 값
유형: System.Boolean
true if the element is successfully removed; otherwise, false.
구현
IMutableMetadataCollection<T>.Remove(String)
참고 항목
참조
Microsoft.SqlServer.Management.SqlParser.MetadataProvider 네임스페이스