Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the table and column alteration options value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property AlterTableAlterColumnOption As AlterTableAlterColumnOption
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.AlterTableAlterColumnOption
The table and column alteration options value.