AlterEventSessionStatement.DropTargetDeclarations Property

Gets a list of drop target declarations.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

AlterEventSessionStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace