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

TableColumnAttribute(TableColumnType) 构造函数

定义

使用给定 columnTypeTableColumnAttribute 初始化 的新实例。

public TableColumnAttribute (Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType columnType);
new Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnAttribute : Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType -> Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnAttribute
Public Sub New (columnType As TableColumnType)

参数

columnType
TableColumnType

TableColumnType此属性应用于的 属性。

适用于