Свойство AlterEventSessionStatement.DropTargetDeclarations

Gets a list of drop target declarations.

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

Синтаксис

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

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

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

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

См. также

Справочник

AlterEventSessionStatement Класс

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