Share via


AlterEventSessionStatement.DropEventDeclarations Property

Gets a list of drop event 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 DropEventDeclarations As IList(Of EventSessionObjectName)
'Usage
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 ();
}
public function get DropEventDeclarations () : IList<EventSessionObjectName>

Property Value

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

.NET Framework Security

See Also

Reference

AlterEventSessionStatement Class

AlterEventSessionStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace