SPFieldLink.AggregationFunction 属性
获取或设置字段的聚合函数。用于升级和降级 XML 文档中的属性。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property AggregationFunction As String
Get
Set
用法
Dim instance As SPFieldLink
Dim value As String
value = instance.AggregationFunction
instance.AggregationFunction = value
public string AggregationFunction { get; set; }
属性值
类型:System.String
一个字符串,包含聚合函数。默认值是空引用(无 在 Visual Basic 中)。
备注
如果XPath属性指定的 XML 文档节点存储值的集合,您可以使用AggregationFunction属性来指定执行的操作 (总和、 平均、 最小值、 最大值、 等) 上设置的值返回。
另请参阅
引用
其他资源
Using Content Types to Specify XML Document Properties