支持的 Windows SharePoint Services 栏类型
本主题介绍了 Windows SharePoint Services 适配器所支持的 Windows SharePoint Services 列类型。 这些列类型的值可以在消息中进行设置。
注意
该适配器不会更新计算列。
支持的类型
下表对所支持的列类型进行了介绍:
UI 类型 | SharePoint 对象模型类型 | 示例 | 注释 |
---|---|---|---|
单个文本行 | SPFieldType.Text | 单行 | 无 |
多行文本 | SPFieldType.Note | 第 1 行 第 2 行 第 3 行 |
无 |
选择下拉列表 | SPFieldType.Choice | ChoiceA | ChoiceA 来自以下可用选项:ChoiceA、ChoiceB、ChoiceC |
选择单选按钮 | SPFieldType.Choice | #ChoiceB;#ChoiceC;# | 启用 ChoiceB 和 ChoiceC,禁用 ChoiceA(可用选项包括 ChoiceA、ChoiceB、ChoiceC)。 使用 ;# 作为分隔符。 |
Number | SPFieldType.Number | 123.456 | 无 |
货币 USD(或任何其他货币) | SPFieldType.Currency | 100.00 | 无 |
查找 | SPFieldType.Lookup | 1 | 该数字是引用的列表内部的项标识符。 |
YesNo | SPFieldType.Boolean | 1 | 1=是 0=否 |
超链接或图片 | SPFieldType.URL | https://www.microsoft.com、Microsoft 网站 | URL 与显示文本以“,”分隔。 “Microsoft 网站”文本将是指向的超链接 https://www.microsoft.com |
日期和时间 | SPFieldType.DateTime | 2005-02-11T10:05:04 | 日期时间由 XML 标准为 xs:dateTime 定义。 日期时间的模式为 CCYY-MM-DDThh:mm:ss,其中 CC 表示世纪,YY 表示年,MM 表示月,DD 表示日,前面的可选负号 (-) 字符表示负数。 如果省略负数字符,则假定为正数 (+)。 T 为日期/时间分隔符,hh、mm 和 ss 分别表示小时、分钟和秒。 此表示法后面可能紧跟“Z”,以表示 UTC 或时区。 |
另请参阅
如何配置 Windows SharePoint Services 接收位置
如何配置Windows SharePoint Services发送处理程序
如何配置 Windows SharePoint Services 发送端口
如何创建发送端口
Windows SharePoint Services 适配器属性参考
Windows SharePoint Services 适配器表达式