Aracılığıyla paylaş


AlterEventSessionStatement.DropEventDeclarations Özellik

Olay bildirimlerini açılan listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public ReadOnly Property DropEventDeclarations As IList(Of EventSessionObjectName)
    Get
public IList<EventSessionObjectName> DropEventDeclarations { get; }
public:
property IList<EventSessionObjectName^>^ DropEventDeclarations {
    IList<EventSessionObjectName^>^ get ();
}
member DropEventDeclarations : IList<EventSessionObjectName>
function get DropEventDeclarations () : IList<EventSessionObjectName>

Özellik Değeri

Tür: System.Collections.Generic.IList<EventSessionObjectName>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AlterEventSessionStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı