IDTSContainer100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see DtsContainer.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("54DF31C3-ED6D-4567-8F57-7FB2F7468467")> _
Public Interface IDTSContainer100
用法
Dim instance As IDTSContainer100
[GuidAttribute("54DF31C3-ED6D-4567-8F57-7FB2F7468467")]
public interface IDTSContainer100
[GuidAttribute(L"54DF31C3-ED6D-4567-8F57-7FB2F7468467")]
public interface class IDTSContainer100
[<GuidAttribute("54DF31C3-ED6D-4567-8F57-7FB2F7468467")>]
type IDTSContainer100 = interface end
public interface IDTSContainer100
IDTSContainer100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
DelayValidation | 基础结构。For more information, see DtsContainer. | |
Disable | 基础结构。For more information, see DtsContainer. | |
ExecutionResult | 基础结构。For more information, see DtsContainer. | |
ExecutionStatus | 基础结构。For more information, see DtsContainer. | |
FailPackageOnFailure | 基础结构。For more information, see DtsContainer. | |
FailParentOnFailure | 基础结构。For more information, see DtsContainer. | |
ForcedExecutionValue | 基础结构。For more information, see DtsContainer. | |
ForceExecutionResult | 基础结构。For more information, see DtsContainer. | |
ForceExecutionValue | 基础结构。For more information, see DtsContainer. | |
IsDefaultLocaleID | 基础结构。For more information, see DtsContainer. | |
IsolationLevel | 基础结构。For more information, see DtsContainer. | |
LocaleID | 基础结构。For more information, see DtsContainer. | |
LogEntryInfos | 基础结构。For more information, see DtsContainer. | |
LoggingMode | 基础结构。For more information, see DtsContainer. | |
LoggingOptions | 基础结构。For more information, see DtsContainer. | |
MaximumErrorCount | 基础结构。For more information, see DtsContainer. | |
Parent | 基础结构。For more information, see DtsContainer. | |
TransactionOption | 基础结构。For more information, see DtsContainer. | |
VariableDispenser | 基础结构。For more information, see DtsContainer. | |
Variables | 基础结构。For more information, see DtsContainer. |
页首