AlterEventSessionStatement.DropTargetDeclarations Property

 

Applies To: SQL Server 2016 Preview

Gets a list of drop target declarations.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IList<EventSessionObjectName> DropTargetDeclarations { get; }
public:
property IList<EventSessionObjectName^>^ DropTargetDeclarations {
    IList<EventSessionObjectName^>^ get();
}
member DropTargetDeclarations : IList<EventSessionObjectName> with get
Public ReadOnly Property DropTargetDeclarations As IList(Of EventSessionObjectName)

Property Value

Type: System.Collections.Generic.IList<EventSessionObjectName>

The list of drop target declarations.

See Also

AlterEventSessionStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top