Sdílet prostřednictvím


AlterEventSessionStatement.DropTargetDeclarations – vlastnost

Rozevírací seznam získá cílovou prohlášení.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterEventSessionStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů