共用方式為


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