Compartir a través de


DropEventNotificationStatement.Notifications (Propiedad)

Obtiene una lista de los nombres de notificaciones de eventos que se van a quitar.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

DropEventNotificationStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)