Свойство DropEventNotificationStatement.Notifications

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Notifications As IList(Of Identifier)
    Get
'Применение
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>

Значение свойства

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

См. также

Справочник

DropEventNotificationStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom