你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Column interface
表列。
属性
data |
列数据类型逻辑提示。 |
description | 列说明。 |
display |
列显示名称。 |
is |
默认显示。 注意:此属性不会被序列化。 它只能由服务器填充。 |
is |
列隐藏。 注意:此属性不会被序列化。 它只能由服务器填充。 |
name | 列名称。 |
type | 列数据类型。 |
属性详细信息
dataTypeHint
列数据类型逻辑提示。
dataTypeHint?: string
属性值
string
description
列说明。
description?: string
属性值
string
displayName
列显示名称。
displayName?: string
属性值
string
isDefaultDisplay
默认显示。 注意:此属性不会被序列化。 它只能由服务器填充。
isDefaultDisplay?: boolean
属性值
boolean
isHidden
列隐藏。 注意:此属性不会被序列化。 它只能由服务器填充。
isHidden?: boolean
属性值
boolean
name
列名称。
name?: string
属性值
string
type
列数据类型。
type?: string
属性值
string