Compartir a través de


AlterEventSessionStatement.DropTargetDeclarations Propiedad

Gets a list of drop target declarations.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

AlterEventSessionStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom