TransactionType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of member change that is identified in a transaction.
public enum class TransactionType
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum TransactionType
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionType =
Public Enum TransactionType
- Inheritance
-
TransactionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Not specified. |
CreateMember | 1 | A member was created. |
ChangeMemberStatus | 2 | A member was deleted (deactivated) or undeleted (reactivated). |
SetAttributeValue | 3 | An attribute value of a member was changed. |
MoveMemberToParent | 4 | A member was moved under a new parent in an explicit hierarchy. |
MoveMemberToSibling | 5 | A member was moved behind a new sibling in an explicit hierarchy. |
AnnotateMember | 6 | An annotation was added to a member. |
Remarks
The TransactionType simple type specifies the type of member change that is identified in a transaction.