Свойство AlterEventSessionStatement.DropEventDeclarations

Gets a list of drop event declarations.

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

Синтаксис

'Декларация
Public ReadOnly Property DropEventDeclarations As IList(Of EventSessionObjectName)
    Get
'Применение
Dim instance As AlterEventSessionStatement 
Dim value As IList(Of EventSessionObjectName)

value = instance.DropEventDeclarations
public IList<EventSessionObjectName> DropEventDeclarations { get; }
public:
property IList<EventSessionObjectName^>^ DropEventDeclarations {
    IList<EventSessionObjectName^>^ get ();
}
member DropEventDeclarations : IList<EventSessionObjectName>
function get DropEventDeclarations () : IList<EventSessionObjectName>

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

Тип: System.Collections.Generic.IList<EventSessionObjectName>
The list of drop event declarations.

См. также

Справочник

AlterEventSessionStatement Класс

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