Partager via


Propriété AlterEventSessionStatement.DropEventDeclarations

Gets a list of drop event declarations.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DropEventDeclarations As IList(Of EventSessionObjectName)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

AlterEventSessionStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom