DatabaseColumn Class

Definition

A database column resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseColumn : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseColumn = class
    inherit ProxyResource
Public Class DatabaseColumn
Inherits ProxyResource
Inheritance
DatabaseColumn
Attributes

Constructors

DatabaseColumn()

Initializes a new instance of the DatabaseColumn class.

DatabaseColumn(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the DatabaseColumn class.

Properties

ColumnType

Gets or sets the column data type. Possible values include: 'image', 'text', 'uniqueidentifier', 'date', 'time', 'datetime2', 'datetimeoffset', 'tinyint', 'smallint', 'int', 'smalldatetime', 'real', 'money', 'datetime', 'float', 'sql_variant', 'ntext', 'bit', 'decimal', 'numeric', 'smallmoney', 'bigint', 'hierarchyid', 'geometry', 'geography', 'varbinary', 'varchar', 'binary', 'char', 'timestamp', 'nvarchar', 'nchar', 'xml', 'sysname'

Id

Gets resource ID.

(Inherited from Resource)
IsComputed

Gets or sets whether or not the column is computed.

MemoryOptimized

Gets or sets whether or not the column belongs to a memory optimized table.

Name

Gets resource name.

(Inherited from Resource)
TemporalType

Gets or sets the table temporal type. Possible values include: 'NonTemporalTable', 'HistoryTable', 'SystemVersionedTemporalTable'

Type

Gets resource type.

(Inherited from Resource)

Applies to