IMutableTriggerEventTypeSet Interface
Represents a set of mutable trigger events.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | Add(String^) | Adds the specified event type to the set. |
![]() | Clear() | Removes all elements from the set. |
![]() | Contains(String^) | Determines whether an element is in the set.(Inherited from ITriggerEventTypeSet.) |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | Remove(String^) | Removes the specified event type from the set. |
Show:
