DropEventNotificationStatement.Notifications Property

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

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

Syntax

'Declaration
Public ReadOnly Property Notifications As IList(Of Identifier)
public IList<Identifier> Notifications { get; }
public:
property IList<Identifier^>^ Notifications {
    IList<Identifier^>^ get ();
}
member Notifications : IList<Identifier>
function get Notifications () : IList<Identifier>

Property Value

Type: System.Collections.Generic.IList<Identifier>

.NET Framework Security

See Also

Reference

DropEventNotificationStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace