Partilhar via


Propriedade do RDL AlterEventSessionStatement.DropEventDeclarations

Gets a list of drop event declarations.

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

Sintaxe

'Declaração
Public ReadOnly Property DropEventDeclarations As IList(Of EventSessionObjectName)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Collections.Generic.IList<EventSessionObjectName>
The list of drop event declarations.

Consulte também

Referência

AlterEventSessionStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom