다음을 통해 공유


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 네임스페이스