TriggerEventTypeSet Class

 

Represents a set of DDL trigger event types.

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

System::Object
  Microsoft.SqlServer.Management.SqlParser.Metadata::TriggerEventTypeSet

public ref class TriggerEventTypeSet : IMutableTriggerEventTypeSet, 
	ITriggerEventTypeSet, IEnumerable<String^>, IEnumerable

NameDescription
System_CAPS_pubmethodTriggerEventTypeSet()

Initializes a new instance of the TriggerEventTypeSet class.

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 event type is in the set.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that iterates through the set.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(String^)

Removes the specified event type from the set.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::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.

Return to top
Show: