AlterEventSessionStatement.DropTargetDeclarations 属性

Gets a list of drop target declarations.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property DropTargetDeclarations As IList(Of EventSessionObjectName)
    Get
用法
Dim instance As AlterEventSessionStatement 
Dim value As IList(Of EventSessionObjectName)

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

属性值

类型:System.Collections.Generic.IList<EventSessionObjectName>
The list of drop target declarations.

请参阅

参考

AlterEventSessionStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间