Partager via


Propriété DropEventNotificationStatement.Notifications

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

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Notifications As IList(Of Identifier)
    Get
'Utilisation
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>

Valeur de propriété

Type : System.Collections.Generic.IList<Identifier>
A list of the names of event notifications to be dropped.

Voir aussi

Référence

DropEventNotificationStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom