TSqlTriggerEventTypeHelper Class

Exposes the trigger event types.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.TransactSql.ScriptDom.TSqlTriggerEventTypeHelper

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public NotInheritable Class TSqlTriggerEventTypeHelper
'Usage
public static class TSqlTriggerEventTypeHelper
public ref class TSqlTriggerEventTypeHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type TSqlTriggerEventTypeHelper =  class end
public final class TSqlTriggerEventTypeHelper

The TSqlTriggerEventTypeHelper type exposes the following members.

Methods

  Name Description
Public methodStatic member TryParseOption Indicates whether the sql version tries to parse the input string into the trigger event group.

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.TransactSql.ScriptDom Namespace