Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.8919.0" />

.NET API 5,157,296 bytes

 AlterTableDropTableElement

Represents an individual element that can be used in alter table drop statement.

The drop clustered constraint options. May have zero elements.

public bool IsIfExists { get; set; }

True when IF EXISTS construct is used.

public Identifier Name { get; set; }

Names of the table element.

public TableElementType TableElementType { get; set; }

The type of the table element.