Partager via


Propriété AlterEventSessionStatement.DropTargetDeclarations

Gets a list of drop target 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 DropTargetDeclarations As IList(Of EventSessionObjectName)
    Get
'Utilisation
Dim instance As AlterEventSessionStatement 
Dim value As IList(Of EventSessionObjectName)

value = instance.DropTargetDeclarations
public IList<EventSessionObjectName> DropTargetDeclarations { get; }
public:
property IList<EventSessionObjectName^>^ DropTargetDeclarations {
    IList<EventSessionObjectName^>^ get ();
}
member DropTargetDeclarations : IList<EventSessionObjectName>
function get DropTargetDeclarations () : IList<EventSessionObjectName>

Valeur de propriété

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

Voir aussi

Référence

AlterEventSessionStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom