EventTypeContainer Class

Represents the event type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class EventTypeContainer _
    Inherits EventTypeGroupContainer
'Usage
Dim instance As EventTypeContainer
[SerializableAttribute]
public class EventTypeContainer : EventTypeGroupContainer
[SerializableAttribute]
public ref class EventTypeContainer : public EventTypeGroupContainer
public class EventTypeContainer extends EventTypeGroupContainer

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.EventTypeGroupContainer
      Microsoft.Data.Schema.ScriptDom.Sql.EventTypeContainer

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

EventTypeContainer Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace