Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains values that specify the type of member change identified in a transaction.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "TransactionType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration TransactionType
'Usage
Dim instance As TransactionType
[DataContractAttribute(Name = "TransactionType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum TransactionType
[DataContractAttribute(Name = L"TransactionType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class TransactionType
[<DataContractAttribute(Name = "TransactionType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionType
public enum TransactionType
Members
| Member name | Description | |
|---|---|---|
| NotSpecified | The transaction type is not specified. | |
| CreateMember | A member was created. | |
| ChangeMemberStatus | A member was deleted (deactivated) or undeleted (reactivated). | |
| SetAttributeValue | An attribute value of a member was changed. | |
| 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. | |
| AnnotateMember | An annotation was added to a member. |