Compartir a través de


DropEventNotificationStatement.Notifications Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Notifications As IList(Of Identifier)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

DropEventNotificationStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom