Transaction.TransactionType Property
Definition
获取或设置事务的类型。Gets or sets the type of the transaction.
public:
property Microsoft::MasterDataServices::TransactionType TransactionType { Microsoft::MasterDataServices::TransactionType get(); void set(Microsoft::MasterDataServices::TransactionType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.TransactionType TransactionType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.TransactionType : Microsoft.MasterDataServices.TransactionType with get, set
Public Property TransactionType As TransactionType
Property Value
TransactionType 值之一。One of the values of TransactionType. 可能的值为 AnnotateMember、ChangeMemberStatus、CreateMember、MoveMemberToParent、MoveMemberToSibling 和 SetAttributeValue。Possible values are AnnotateMember, ChangeMemberStatus, CreateMember, MoveMemberToParent, MoveMemberToSibling, and SetAttributeValue.
- Attributes