다음을 통해 공유


TriggerEventTypeSet.Remove 메서드

Removes the specified event type from the set.

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

구문

‘선언
Public Function Remove ( _
    item As String _
) As Boolean
‘사용 방법
Dim instance As TriggerEventTypeSet 
Dim item As String 
Dim returnValue As Boolean 

returnValue = instance.Remove(item)
public bool Remove(
    string item
)
public:
virtual bool Remove(
    String^ item
) sealed
abstract Remove : 
        item:string -> bool  
override Remove : 
        item:string -> bool
public final function Remove(
    item : String
) : boolean

매개 변수

  • item
    유형: System.String
    The event type to remove from the set.

반환 값

유형: 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.

구현

IMutableTriggerEventTypeSet.Remove(String)

참고 항목

참조

TriggerEventTypeSet 클래스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스