Compartilhar via


SPFieldLink.AggregationFunction property

Obtém ou define a função de agregação de lista segura para o campo. Usado para promover e rebaixar propriedades em documentos XML.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Property AggregationFunction As String
    Get
    Set
'Uso
Dim instance As SPFieldLink
Dim value As String

value = instance.AggregationFunction

instance.AggregationFunction = value
public string AggregationFunction { get; set; }

Property value

Type: System.String
Uma cadeia de caracteres que contém a função de agregação de lista segura. O valor padrão é a null reference (Nothing in Visual Basic).

Comentários

Se o nó de documento XML que é especificado pela propriedade XPath armazena uma coleção de valores, você pode usar a propriedade AggregationFunction para especificar a ação (soma, média, min, max e assim por diante) a ser executada no valor definido que é retornado.

Ver também

Referência

SPFieldLink class

SPFieldLink members

Microsoft.SharePoint namespace

Outros recursos

Using Content Types to Specify XML Document Properties

XMl Parser Processing

FieldRef Element (ContentType)

Fields and Field References