다음을 통해 공유


Remove 메서드

Removes an object from the set.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
Function Remove ( _
    item As T _
) As Boolean
‘사용 방법
Dim instance As IMutableTriggerEventSet
Dim item As T
Dim returnValue As Boolean

returnValue = instance.Remove(item)
bool Remove(
    T item
)
bool Remove(
    T item
)
abstract Remove : 
        item:'T -> bool 
function Remove(
    item : T
) : boolean

매개 변수

  • item
    유형: T
    The object to remove from the set. This value cannot be a null reference.

반환 값

유형: System. . :: . .Boolean
true if the item is successfully removed. false if the item is not successfully removed, or if the item is not found in the set.