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.