Transaction.TransactionType Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of the transaction.

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

Syntax

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

Property Value

Type: Microsoft.MasterDataServices.TransactionType

One of the values of TransactionType. Possible values are AnnotateMember, ChangeMemberStatus, CreateMember, MoveMemberToParent, MoveMemberToSibling, and SetAttributeValue.

See Also

Transaction Class
Microsoft.MasterDataServices Namespace

Return to top