AttributeMetadata.SourceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value that indicates the source type for a calculated, rollup, or formula attribute.
public:
property Nullable<int> SourceType { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(Order=70)]
public int? SourceType { get; set; }
[<System.Runtime.Serialization.DataMember(Order=70)>]
member this.SourceType : Nullable<int> with get, set
Public Property SourceType As Nullable(Of Integer)
Property Value
The value that indicates the source type for a calculated, rollup, or formula attribute.
- Attributes
Remarks
The following table contains the valid values for this attribute.
Value
Source Type
null | Not a valid type of attribute to be a calculated, rollup, or formula attribute. |
0 | Simple attribute. The attribute isn’t defined as a calculated or rollup attribute. |
1 | Calculated attribute |
2 | Rollup attribute |
3 | Formula attribute |