TransactionLogType Enum

Definition

Specifies how to track member changes.

public enum class TransactionLogType
[System.Runtime.Serialization.DataContract(Name="TransactionLogType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum TransactionLogType
[<System.Runtime.Serialization.DataContract(Name="TransactionLogType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionLogType = 
Public Enum TransactionLogType
Inheritance
TransactionLogType
Attributes

Fields

Attribute 1

Track each attribute value change

Member 2

Track each member value change

None 3

Do not track changes.

NotSpecified 0

Not Specified, use column by default.

Remarks

The TransactionLogType simple type specifies how to track member changes.

Applies to