削除するイベント通知の名前の一覧を取得します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public ReadOnly Property Notifications As IList(Of Identifier)
Get
'使用
Dim instance As DropEventNotificationStatement
Dim value As IList(Of Identifier)
value = instance.Notifications
public IList<Identifier> Notifications { get; }
public:
property IList<Identifier^>^ Notifications {
IList<Identifier^>^ get ();
}
member Notifications : IList<Identifier>
function get Notifications () : IList<Identifier>
プロパティ値
型: System.Collections.Generic.IList<Identifier>
削除するイベント通知の名前の一覧。