Condividi tramite


Proprietà AlterEventSessionStatement.DropEventDeclarations

Ottiene un elenco di dichiarazioni di evento da rimuovere.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AlterEventSessionStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql