EventGroupContainer.EventGroup Property
SQL Server 2012
Gets or sets the event group type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property EventGroup As EventNotificationEventGroup Get Set 'Usage Dim instance As EventGroupContainer Dim value As EventNotificationEventGroup value = instance.EventGroup instance.EventGroup = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EventNotificationEventGroupThe event group type.
