Compartir a través de


AlterEventSessionStatement.DropTargetDeclarations (Propiedad)

Obtiene una lista de declaraciones de destino de drop.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property DropTargetDeclarations As IList(Of EventSessionObjectName)
    Get
public IList<EventSessionObjectName> DropTargetDeclarations { get; }
public:
property IList<EventSessionObjectName^>^ DropTargetDeclarations {
    IList<EventSessionObjectName^>^ get ();
}
member DropTargetDeclarations : IList<EventSessionObjectName>
function get DropTargetDeclarations () : IList<EventSessionObjectName>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

AlterEventSessionStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)