다음을 통해 공유


TransactionType 열거형

Specifies the type of member change identified in a transaction.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration TransactionType
‘사용 방법
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

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스