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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.