This topic has not yet been rated - Rate this topic

DropEventNotificationStatement.Notifications Property

SQL Server 2012

Gets a list of the names of event notifications to be dropped.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration
Public ReadOnly Property Notifications As IList(Of Identifier)
	Get
'Usage
Dim instance As DropEventNotificationStatement 
Dim value As IList(Of Identifier)

value = instance.Notifications

Property Value

Type: System.Collections.Generic.IList(Of Identifier)
A list of the names of event notifications to be dropped.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.