다음을 통해 공유


DTSTransactionOption 열거형

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Describes transaction supportability and specifies whether a container participates in transactions.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Public Enumeration DTSTransactionOption
‘사용 방법
Dim instance As DTSTransactionOption
public enum DTSTransactionOption
public enum class DTSTransactionOption
type DTSTransactionOption
public enum DTSTransactionOption

멤버

멤버 이름 설명
DTSTO_NotSupported Specifies that no transaction will be started for this container, and consequently, the outcome of the current transaction, if one has been started by a parent container, will not affect the data that may be altered during execution of this container. This means that changes will not roll back, even if the parent container started a transaction.
DTSTO_Required Specifies that this container will cause a new transaction to be started unless the parent container already has a transaction, in which case, the parent’s transaction will be joined.
DTSTO_Supported Specifies that this container will not start a transaction. However, it will participate in a transaction if the parent container started one. This is the default.

주의

For more information, see DTSTransactionOption.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스