SPView.GetAggregationString 方法

返回在列表列的聚合,或汇总,视图中实现了的公式。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Function GetAggregationString ( _
    name As String _
) As String
用法
Dim instance As SPView
Dim name As String
Dim returnValue As String

returnValue = instance.GetAggregationString(name)
public string GetAggregationString(
    string name
)

参数

  • name
    类型:System.String

    一个字符串,表示为该视图中的字段定义的聚合的类型。可能的值包括COUNT、 AVG、 MAX、 MIN、 SUM、 STDEV和VAR。

返回值

类型:System.String
一个字符串,包含公式。

备注

在name参数中传递的值必须是由Aggregations属性指定的名称相同。

另请参阅

引用

SPView 类

SPView 成员

Microsoft.SharePoint 命名空间