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 命名空间