BRItem.Sequence Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the order in which business rule items should be displayed and evaluated.

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

Syntax

[DataMemberAttribute]
public int Sequence { get; set; }
public:
[DataMemberAttribute]
property int Sequence {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member Sequence : int with get, set
<DataMemberAttribute>
Public Property Sequence As Integer

Property Value

Type: System.Int32

An integer representing the order.

See Also

BRItem Class
Microsoft.MasterDataServices Namespace

Return to top