DropEventNotificationStatement.Notifications 屬性
Gets a list of the names of event notifications to be dropped.
命名空間: 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>
A list of the names of event notifications to be dropped.