Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public ReadOnly Property Notifications As IList(Of Identifier)
Get
'Usage
Dim instance As DropEventNotificationStatement
Dim value As IList(Of Identifier)
value = instance.Notifications
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>
A list of the names of event notifications to be dropped.