TransactionLogType Enum
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
C#
[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
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. |
The TransactionLogType simple type specifies how to track member changes.
Toode | Versioonid |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |