IMutableTriggerEventTypeSet Interface

 

Represents a set of mutable trigger events.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

public interface class IMutableTriggerEventTypeSet : ITriggerEventTypeSet, 
	IEnumerable<String^>, IEnumerable

NameDescription
System_CAPS_pubmethodAdd(String^)

Adds the specified event type to the set.

System_CAPS_pubmethodClear()

Removes all elements from the set.

System_CAPS_pubmethodContains(String^)

Determines whether an element is in the set.(Inherited from ITriggerEventTypeSet.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from IEnumerable<T>.)

System_CAPS_pubmethodRemove(String^)

Removes the specified event type from the set.

Return to top
Show: