ReplacementId.NewId Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the new ID of the transaction that was reversed.

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

Syntax

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

Property Value

Type: System.Int32

An integer that represents the ID.

See Also

ReplacementId Class
Microsoft.MasterDataServices Namespace

Return to top