Share via


AlterTableDropTableElement.TableElementType Property

Gets or sets a table element type.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property TableElementType As TableElementType
public TableElementType TableElementType { get; set; }
public:
property TableElementType TableElementType {
    TableElementType get ();
    void set (TableElementType value);
}
member TableElementType : TableElementType with get, set
function get TableElementType () : TableElementType
function set TableElementType (value : TableElementType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.TableElementType
Returns a TableElementType enumeration value.

.NET Framework Security

See Also

Reference

AlterTableDropTableElement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace