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 命名空间