Dela via


AlterTableAlterColumnStatement.DataType Property

Gets or sets the data type of the column.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property DataType As DataType
'Usage
Dim instance As AlterTableAlterColumnStatement 
Dim value As DataType 

value = instance.DataType

instance.DataType = value
public DataType DataType { get; set; }
public:
property DataType^ DataType {
    DataType^ get ();
    void set (DataType^ value);
}
public function get DataType () : DataType 
public function set DataType (value : DataType)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.DataType
Returns a DataType.

.NET Framework Security

See Also

Reference

AlterTableAlterColumnStatement Class

AlterTableAlterColumnStatement Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace