Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9109.0" />

.NET API 5,160,368 bytes

 CreateEventNotificationStatement

Represents the create event notification statement.
public Literal BrokerInstanceSpecifier { get; set; }

The name of the broker instance specifier. This is a literal of type string.

public Literal BrokerService { get; set; }

The name of the broker service. This is a literal of type string.

The event types or groups.

public Identifier Name { get; set; }

The name of the event notification.

public EventNotificationObjectScope Scope { get; set; }

The scope for event notification.

public bool WithFanIn { get; set; }

True if With FAN_IN is defined.