共用方式為


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