AlterTableAlterColumnStatement.AlterTableAlterColumnOption 属性

Gets or sets the table and column alteration options value.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property AlterTableAlterColumnOption As AlterTableAlterColumnOption 
    Get 
    Set
用法
Dim instance As AlterTableAlterColumnStatement 
Dim value As AlterTableAlterColumnOption 

value = instance.AlterTableAlterColumnOption

instance.AlterTableAlterColumnOption = value
public AlterTableAlterColumnOption AlterTableAlterColumnOption { get; set; }
public:
property AlterTableAlterColumnOption AlterTableAlterColumnOption {
    AlterTableAlterColumnOption get ();
    void set (AlterTableAlterColumnOption value);
}
member AlterTableAlterColumnOption : AlterTableAlterColumnOption with get, set
function get AlterTableAlterColumnOption () : AlterTableAlterColumnOption 
function set AlterTableAlterColumnOption (value : AlterTableAlterColumnOption)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.AlterTableAlterColumnOption
The table and column alteration options value.

请参阅

参考

AlterTableAlterColumnStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间