Sdílet prostřednictvím


DropEventNotificationStatement.Notifications – vlastnost

Získá seznam názvů oznámení událostí zavěsit.

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 Notifications As IList(Of Identifier)
    Get
public IList<Identifier> Notifications { get; }
public:
property IList<Identifier^>^ Notifications {
    IList<Identifier^>^ get ();
}
member Notifications : IList<Identifier>
function get Notifications () : IList<Identifier>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DropEventNotificationStatement Třída

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