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.
Contains values that specify the type of member change identified in a transaction.
public enum class TransactionType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="TransactionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum TransactionType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="TransactionType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionType =
Public Enum TransactionType
- Inheritance
-
TransactionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | The transaction type is 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. |