共用方式為


Sequence 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

For more information, see SequenceClass.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")> _
Public Interface Sequence _
    Inherits IDTSContainer100
'用途
Dim instance As Sequence
[GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface Sequence : IDTSContainer100
[GuidAttribute(L"9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface class Sequence : IDTSContainer100
[<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")>]
type Sequence =  
    interface 
        interface IDTSContainer100 
    end
public interface Sequence extends IDTSContainer100

Sequence 型別公開下列成員。

屬性

  名稱 說明
公用屬性 DelayValidation 基礎結構。Gets or sets a value that indicates whether validation of the task is delayed until run time. (繼承自 IDTSContainer100。)
公用屬性 Disable 基礎結構。Gets or sets a value that indicates whether the IDTSContainer100 object is disabled. (繼承自 IDTSContainer100。)
公用屬性 ExecutionResult 基礎結構。Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object. (繼承自 IDTSContainer100。)
公用屬性 ExecutionStatus 基礎結構。Gets the current status of the execution of the IDTSContainer100 object at the time of the call. (繼承自 IDTSContainer100。)
公用屬性 FailPackageOnFailure 基礎結構。Gets or sets a value that indicates whether the package fails when a child container fails. (繼承自 IDTSContainer100。)
公用屬性 FailParentOnFailure 基礎結構。Gets or sets a value that indicates whether the parent container fails when a child container fails. (繼承自 IDTSContainer100。)
公用屬性 ForcedExecutionValue 基礎結構。Gets or sets a value that specifies the optional execution value that the package returns. (繼承自 IDTSContainer100。)
公用屬性 ForceExecutionResult 基礎結構。Gets or sets the forced execution result of the container. (繼承自 IDTSContainer100。)
公用屬性 ForceExecutionValue 基礎結構。Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. (繼承自 IDTSContainer100。)
公用屬性 IsDefaultLocaleID 基礎結構。Gets a value that indicates whether the container uses the default locale. (繼承自 IDTSContainer100。)
公用屬性 IsolationLevel 基礎結構。Gets or sets the isolation level of the transaction in the IDTSContainer100 object. (繼承自 IDTSContainer100。)
公用屬性 LocaleID 基礎結構。Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed. (繼承自 IDTSContainer100。)
公用屬性 LogEntryInfos 基礎結構。Gets a collection of information about a log entry. (繼承自 IDTSContainer100。)
公用屬性 LoggingMode 基礎結構。Gets or sets the logging mode of the container. (繼承自 IDTSContainer100。)
公用屬性 LoggingOptions 基礎結構。Gets an object that contains properties that indicates the filtering and logging resource for containers. (繼承自 IDTSContainer100。)
公用屬性 MaximumErrorCount 基礎結構。Gets or sets the maximum number of errors that can occur before the container stops running. (繼承自 IDTSContainer100。)
公用屬性 Parent 基礎結構。Gets the parent of the container. (繼承自 IDTSContainer100。)
公用屬性 TransactionOption 基礎結構。Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. (繼承自 IDTSContainer100。)
公用屬性 VariableDispenser 基礎結構。Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked. (繼承自 IDTSContainer100。)
公用屬性 Variables 基礎結構。Gets a collection that contains the variables associated with this container. (繼承自 IDTSContainer100。)

上層

方法

  名稱 說明
公用方法 GetParentID 基礎結構。Gets the parent identifier of this container. (繼承自 IDTSContainer100。)
公用方法 RegenerateID 基礎結構。Creates a new identifier for the container and updates the container identifier. (繼承自 IDTSContainer100。)

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間