Propriedade DropEventNotificationStatement.Notifications

Obtém uma lista dos nomes das notificações de evento seja interrompida.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

DropEventNotificationStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql