AlterTableDropTableElement.TableElementType 屬性
Gets the type of the table element.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property TableElementType As TableElementType
Get
Set
'用途
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);
}
member TableElementType : TableElementType with get, set
function get TableElementType () : TableElementType
function set TableElementType (value : TableElementType)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.TableElementType
One of the enumeration values of the TableElementType.