AlterEventSessionStatement.DropTargetDeclarations-Eigenschaft

Ruft eine Liste mit Drop-Zieldeklarationen ab.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

AlterEventSessionStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace