Aracılığıyla paylaş


AlterTableDropTableElementStatement.AlterTableDropTableElements Özellik

Bırakılan Tablo öğeleri listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public ReadOnly Property AlterTableDropTableElements As IList(Of AlterTableDropTableElement)
    Get
public IList<AlterTableDropTableElement> AlterTableDropTableElements { get; }
public:
property IList<AlterTableDropTableElement^>^ AlterTableDropTableElements {
    IList<AlterTableDropTableElement^>^ get ();
}
member AlterTableDropTableElements : IList<AlterTableDropTableElement>
function get AlterTableDropTableElements () : IList<AlterTableDropTableElement>

Özellik Değeri

Tür: System.Collections.Generic.IList<AlterTableDropTableElement>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AlterTableDropTableElementStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı