TransactionType Enum

Definition

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

AnnotateMember 6

An annotation was added to a member.

ChangeMemberStatus 2

A member was deleted (deactivated) or undeleted (reactivated).

CreateMember 1

A member was created.

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.

NotSpecified 0

The transaction type is not specified.

SetAttributeValue 3

An attribute value of a member was changed.

Applies to