다음을 통해 공유


IDTSContainer100 인터페이스

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

Defines properties and methods used by all containers and packages.

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

구문

‘선언
<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")> _
Public Interface IDTSContainer100
‘사용 방법
Dim instance As IDTSContainer100
[GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface IDTSContainer100
[GuidAttribute(L"9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface class IDTSContainer100
[<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")>]
type IDTSContainer100 =  interface end
public interface IDTSContainer100

IDTSContainer100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 DelayValidation 인프라입니다. Gets or sets a value that indicates whether validation of the task is delayed until run time.
공용 속성 Disable 인프라입니다. Gets or sets a value that indicates whether the IDTSContainer100 object is disabled.
공용 속성 ExecutionResult 인프라입니다. Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object.
공용 속성 ExecutionStatus 인프라입니다. Gets the current status of the execution of the IDTSContainer100 object at the time of the call.
공용 속성 FailPackageOnFailure 인프라입니다. Gets or sets a value that indicates whether the package fails when a child container fails.
공용 속성 FailParentOnFailure 인프라입니다. Gets or sets a value that indicates whether the parent container fails when a child container fails.
공용 속성 ForcedExecutionValue 인프라입니다. Gets or sets a value that specifies the optional execution value that the package returns.
공용 속성 ForceExecutionResult 인프라입니다. Gets or sets the forced execution result of the container.
공용 속성 ForceExecutionValue 인프라입니다. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value.
공용 속성 IsDefaultLocaleID 인프라입니다. Gets a value that indicates whether the container uses the default locale.
공용 속성 IsolationLevel 인프라입니다. Gets or sets the isolation level of the transaction in the IDTSContainer100 object.
공용 속성 LocaleID 인프라입니다. Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed.
공용 속성 LogEntryInfos 인프라입니다. Gets a collection of information about a log entry.
공용 속성 LoggingMode 인프라입니다. Gets or sets the logging mode of the container.
공용 속성 LoggingOptions 인프라입니다. Gets an object that contains properties that indicates the filtering and logging resource for containers.
공용 속성 MaximumErrorCount 인프라입니다. Gets or sets the maximum number of errors that can occur before the container stops running.
공용 속성 Parent 인프라입니다. Gets the parent of the container.
공용 속성 TransactionOption 인프라입니다. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions.
공용 속성 VariableDispenser 인프라입니다. Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked.
공용 속성 Variables 인프라입니다. Gets a collection that contains the variables associated with this container.

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetParentID 인프라입니다. Gets the parent identifier of this container.
공용 메서드 RegenerateID 인프라입니다. Creates a new identifier for the container and updates the container identifier.

맨 위로 이동

참고 항목

참조

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