IMutableTriggerEventTypeSet.Remove 메서드
Removes the specified event type from the set.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Function Remove ( _
item As String _
) As Boolean
‘사용 방법
Dim instance As IMutableTriggerEventTypeSet
Dim item As String
Dim returnValue As Boolean
returnValue = instance.Remove(item)
bool Remove(
string item
)
bool Remove(
String^ item
)
abstract Remove :
item:string -> bool
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.