Condividi tramite


Proprietà DropEventNotificationStatement.Notifications

Ottiene un elenco dei nomi di notifiche degli eventi da rilasciare.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DropEventNotificationStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql