Compartilhar via


Propriedade do RDL AlterEventSessionStatement.DropTargetDeclarations

Gets a list of drop target declarations.

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

Sintaxe

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

Valor da propriedade

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

Consulte também

Referência

AlterEventSessionStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom