TriggerEventTypeSet Class
Represents a set of DDL trigger event types.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | TriggerEventTypeSet() | Initializes a new instance of the TriggerEventTypeSet class. |
| Name | Description | |
|---|---|---|
![]() | Add(String^) | Adds the specified event type to the set. |
![]() | Clear() | Removes all elements from the set. |
![]() | Contains(String^) | Determines whether an event type is in the set. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the set. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(String^) | Removes the specified event type from the set. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through the set. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



