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

DatabaseColumn.ColumnType 属性

定义

获取或设置列数据类型。 可能的值包括:“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'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.columnType")]
public string ColumnType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.columnType")>]
member this.ColumnType : string with get, set
Public Property ColumnType As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于