你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DatabaseColumn 类

数据库列资源。

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.sql.models._models_py3.ProxyResource
DatabaseColumn

构造函数

DatabaseColumn(*, column_type: str | ColumnDataType | None = None, temporal_type: str | TableTemporalType | None = None, memory_optimized: bool | None = None, is_computed: bool | None = None, **kwargs)

参数

名称 说明
column_type
必需

列数据类型。 可能的值包括:“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”、“varbinary”、“binary”、“char”、“timestamp”、“nvarchar”、“nchar”、“nchar”、“xml”、“sysname”。

temporal_type
必需

表时态类型。 可能的值包括:“NonTemporalTable”、“HistoryTable”、“SystemVersionedTemporalTable”。

memory_optimized
必需

该列是否属于内存优化表。

is_computed
必需

是否计算列。

仅限关键字的参数

名称 说明
column_type
必需
temporal_type
必需
memory_optimized
必需
is_computed
必需

变量

名称 说明
id
str

资源 ID。

name
str

资源名称。

type
str

资源类型。