Freigeben über


DropEventNotificationStatement.Notifications-Eigenschaft

Ruft eine Liste mit den Namen der zu verwerfenden Ereignisbenachrichtigungen ab.

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)
    Get
public IList<Identifier> Notifications { get; }
public:
property IList<Identifier^>^ Notifications {
    IList<Identifier^>^ get ();
}
member Notifications : IList<Identifier>
function get Notifications () : IList<Identifier>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DropEventNotificationStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace