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
'Usage
Dim instance As AlterTableDropTableElement 
Dim value As TableElementType 

value = instance.TableElementType

instance.TableElementType = value
public TableElementType TableElementType { get; set; }
public:
property TableElementType TableElementType {
    TableElementType get ();
    void set (TableElementType value);
}
public function get TableElementType () : TableElementType 
public 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

AlterTableDropTableElement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace