TransactionLogType Enumeration

 

Specifies how to track member changes.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

[DataContractAttribute(Name = "TransactionLogType", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class TransactionLogType

Member nameDescription
Attribute

Obsolete. Track each attribute value change

Member

Track each member value change

None

Do not track changes.

NotSpecified

Not Specified, use column by default.

The TransactionLogType simple type specifies how to track member changes.

Return to top
Show: