다음을 통해 공유


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.

참고 항목

참조

DropEventNotificationStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스