RollupType Enumeration

banner art

Specifies the possible values for the rollup type.

Syntax

[Visual Basic .NET]
Public Enum RollupType
[C#]
public enum RollupType
[JScript]
public enum RollupType

Members

Name Value Description
Extended 2 Not supported in this release.
None 0 Specifies to rollup no related entities.
Related 1 Specifies to rollup only related entities.

Remarks

Used in the RollupRequest.RollupType field.

See Also

© 2007 Microsoft Corporation. All rights reserved.