다음을 통해 공유


AlterEventSessionStatement.DropEventDeclarations 속성

Gets a list of drop event declarations.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property DropEventDeclarations As IList(Of EventSessionObjectName)
    Get
‘사용 방법
Dim instance As AlterEventSessionStatement 
Dim value As IList(Of EventSessionObjectName)

value = instance.DropEventDeclarations
public IList<EventSessionObjectName> DropEventDeclarations { get; }
public:
property IList<EventSessionObjectName^>^ DropEventDeclarations {
    IList<EventSessionObjectName^>^ get ();
}
member DropEventDeclarations : IList<EventSessionObjectName>
function get DropEventDeclarations () : IList<EventSessionObjectName>

속성 값

유형: System.Collections.Generic.IList<EventSessionObjectName>
The list of drop event declarations.

참고 항목

참조

AlterEventSessionStatement 클래스

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