AlterTableDropTableElementStatement.AlterTableDropTableElements 속성

Gets a list of the dropped table elements.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property AlterTableDropTableElements As IList(Of AlterTableDropTableElement)
    Get
‘사용 방법
Dim instance As AlterTableDropTableElementStatement 
Dim value As IList(Of AlterTableDropTableElement)

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

속성 값

유형: System.Collections.Generic.IList<AlterTableDropTableElement>
The list of the dropped table elements.

참고 항목

참조

AlterTableDropTableElementStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스