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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.