Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of member change identified in a transaction.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration TransactionType
'Usage
Dim instance As TransactionType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum TransactionType
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class TransactionType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionType
public enum TransactionType
Members
Member name | Description | |
---|---|---|
AnnotateMember | An annotation was added to a member. | |
ChangeMemberStatus | A member was deleted (deactivated) or undeleted (reactivated). | |
CreateMember | A member was created. | |
MoveMemberToParent | A member was moved under a new parent in an explicit hierarchy. | |
MoveMemberToSibling | A member was moved behind a new sibling in an explicit hierarchy. | |
NotSpecified | The transaction type has not been specified. | |
SetAttributeValue | An attribute value of a member was changed. |
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace