Share via


TriggerEventTypeSet Class

Represents a set of DDL trigger event types.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class TriggerEventTypeSet _
    Implements IMutableTriggerEventTypeSet, ITriggerEventTypeSet, IEnumerable(Of String),  _
    IEnumerable
'Usage
Dim instance As TriggerEventTypeSet
public class TriggerEventTypeSet : IMutableTriggerEventTypeSet, 
    ITriggerEventTypeSet, IEnumerable<string>, IEnumerable
public ref class TriggerEventTypeSet : IMutableTriggerEventTypeSet, 
    ITriggerEventTypeSet, IEnumerable<String^>, IEnumerable
type TriggerEventTypeSet =  
    class 
        interface IMutableTriggerEventTypeSet 
        interface ITriggerEventTypeSet 
        interface IEnumerable<string>
        interface IEnumerable 
    end
public class TriggerEventTypeSet implements IMutableTriggerEventTypeSet, ITriggerEventTypeSet, IEnumerable<String>, IEnumerable

The TriggerEventTypeSet type exposes the following members.

Constructors

  Name Description
Public method TriggerEventTypeSet Initializes a new instance of the TriggerEventTypeSet class.

Top

Methods

  Name Description
Public method Add Adds the specified event type to the set.
Public method Clear Removes all elements from the set.
Public method Contains Determines whether an event type is in the set.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the set.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove Removes the specified event type from the set.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through the set.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace