Partager via


DropEventNotificationStatement.Notifications, propriété

Obtient une liste des noms de notifications d'événements à déplacer.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

DropEventNotificationStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms