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.

참고 항목

참조

AlterTableDropTableElement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스