TriggerAction.EventTypeGroup Property
Gets or sets the event type group.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property EventTypeGroup As EventTypeGroupContainer
public EventTypeGroupContainer EventTypeGroup { get; set; }
public:
property EventTypeGroupContainer^ EventTypeGroup {
EventTypeGroupContainer^ get ();
void set (EventTypeGroupContainer^ value);
}
member EventTypeGroup : EventTypeGroupContainer with get, set
function get EventTypeGroup () : EventTypeGroupContainer
function set EventTypeGroup (value : EventTypeGroupContainer)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.EventTypeGroupContainer
Returns a EventTypeGroupContainer.
Remarks
Will be null if the type is not event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.