TransactionLogType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Not Specified, use column by default. |
Attribute | 1 | Track each attribute value change |
Member | 2 | Track each member value change |
None | 3 | Do not track changes. |
Remarks
The TransactionLogType simple type specifies how to track member changes.