你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
生成表示输入的表格架构的表。
语法
T|
getschema
详细了解语法约定。
例子
以下示例创建输入的表格架构。
StormEvents
| getschema
输出
ColumnName | ColumnOrdinal | 数据类型 | 列类型 |
---|---|---|---|
开始时间 | 0 | System.DateTime | datetime |
结束时间 | 1 | System.DateTime | datetime |
EpisodeId | 2 | System.Int32 | 整数 (int) |
EventId | 3 | System.Int32 | 整数 (int) |
状态 | 4 | System.String 系统 | 字符串 |
事件类型 | 5 | System.String 系统 | 字符串 |
InjuriesDirect | 6 | System.Int32 | 整数 (int) |
InjuriesIndirect | 7 | System.Int32 | 整数 (int) |
DeathsDirect | 8 | System.Int32 | 整数 (int) |
DeathsIndirect | 9 | System.Int32 | 整数 (int) |
DamageProperty | 10 | System.Int32 | 整数 (int) |
损害农作物 | 11 | System.Int32 | 整数 (int) |
源 | 12 | System.String 系统 | 字符串 |
BeginLocation | 13 | System.String 系统 | 字符串 |
EndLocation | 14 | System.String 系统 | 字符串 |
BeginLat | 15 | System.Double | 真正 |
BeginLon | 16 | System.Double | 真正 |
EndLat | 十七 | System.Double | 真正 |
EndLon | 18 | System.Double | 真正 |
EpisodeNarrative | 19 | System.String 系统 | 字符串 |
EventNarrative | 20 | System.String 系统 | 字符串 |
StormSummary | 21 | System.Object | 动态 |