Transaction.Id Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ID of the transaction.

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

Syntax

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

Property Value

Type: System.Int32

An integer that represents the ID of the transaction.

See Also

Transaction Class
Microsoft.MasterDataServices Namespace

Return to top