共用方式為


Exec80PackageTask 類別

Contains the members used to configure and run an Execute DTS 2000 Package task, which runs other Microsoft SQL Server 2000 Data Transformation Services (DTS) packages.

繼承階層

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime. . :: . .Task
      Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask..::..Exec80PackageTask

命名空間:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
組件:  Microsoft.SqlServer.Exec80PackageTask (在 Microsoft.SqlServer.Exec80PackageTask.dll 中)

語法

'宣告
Public NotInheritable Class Exec80PackageTask _
    Inherits Task _
    Implements IDTSComponentPersist, IDTSExec80PackageTask, IDTSBreakpointSite, IDTSSuspend
'用途
Dim instance As Exec80PackageTask
public sealed class Exec80PackageTask : Task, 
    IDTSComponentPersist, IDTSExec80PackageTask, IDTSBreakpointSite, IDTSSuspend
public ref class Exec80PackageTask sealed : public Task, 
    IDTSComponentPersist, IDTSExec80PackageTask, IDTSBreakpointSite, IDTSSuspend
[<SealedAttribute>]
type Exec80PackageTask =  
    class
        inherit Task
        interface IDTSComponentPersist
        interface IDTSExec80PackageTask
        interface IDTSBreakpointSite
        interface IDTSSuspend
    end
public final class Exec80PackageTask extends Task implements IDTSComponentPersist, IDTSExec80PackageTask, IDTSBreakpointSite, IDTSSuspend

Exec80PackageTask 型別公開下列成員。

建構函式

  名稱 說明
公用方法 Exec80PackageTask Initializes a new instance of the Exec80PackageTask class.

上層

屬性

  名稱 說明
公用屬性 DebugMode Gets or sets a Boolean that indicates whether Exec80PackageTask should check if breakpoints are enabled.
公用屬性 DTS2000Package Contains the DTS 2000 package. The package is embedded in the task and stored; there is no external file containing the package.
公用屬性 ExecutionValue Returns a user-defined object. This field is read-only. (繼承自 Task。)
公用屬性 Filename Gets or sets the full path and file name of the structured storage file that contains the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 InnerGlobalVariables Gets or sets a VariablesCollection object that contains global variables that represent the inner variables of the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 Location Gets or sets a Exec80PackageTask..::..Locations value that indicates the type of storage in which the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask is located.
公用屬性 OuterGlobalVariables Gets or sets a VariablesCollection object that contains global variables that represent the outer variables of the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 PackageID Gets or sets the globally unique identifier (GUID) for the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 PackageName Gets or sets the name of the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 PackagePassword Gets or sets the package password for the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 PackageVersionGUID Gets or sets the globally unique identifier (GUID) for the version of the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 SQLPassword Gets or sets the password of the SQL Server login to be used by the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 SQLServer Gets or sets the name of the Microsoft SQL Server 2000 instance that contains the Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 SQLUsername Gets or sets the name of the SQL Server login to be used by the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.
公用屬性 SuspendRequired Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.
公用屬性 Version *** Member deprecated; see Remarks. ***    Returns the version of the task. This property is read-only. (繼承自 Task。)
公用屬性 WindowsAuthentication Gets or sets a Boolean that indicates whether the Exec80PackageTask should use Windows Authentication when executing the child Microsoft SQL Server 2000 Data Transformation Services (DTS) package.

上層

方法

  名稱 說明
公用方法 AcceptBreakpointManager Passes a BreakpointManager reference to the Exec80PackageTask task. This method is called by the runtime and is not used in code.
公用方法 CanUpdate *** Member deprecated; see Remarks. ***    A Boolean that indicates whether the new package XML can update the old package XML. (繼承自 Task。)
公用方法 ClearEmbeddedPackage Removes the stored DTS 2000 package.
公用方法 EmbedPackage(Package) Embeds the package inside of the Exec80PackageTask.
公用方法 EmbedPackage(array<Byte> [] () [] []) Embeds the package inside of the Exec80PackageTask.
公用方法 EmbedPackage(String, String, String, Int32, Boolean, String, String, String, String) Embeds the package inside of the Exec80PackageTask.
公用方法 Equals Determines whether two object instances are equal. (繼承自 DtsObject。)
公用方法 Execute Runs the task. (覆寫 Task. . :: . .Execute(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetConnectionID Gets a String containing the ID of the connection. (繼承自 Task。)
公用方法 GetConnectionName Gets a String containing the name of the connection. (繼承自 Task。)
公用方法 GetHashCode Returns the hash code for this instance. (繼承自 DtsObject。)
公用方法 GetPackagePassword Returns the package password.
公用方法 GetSqlPassword Returns the SQL Server password.
公用方法 GetType (繼承自 Object。)
公用方法 InitializeTask Initializes the properties associated with the Exec80PackageTask task. This method is called by the runtime and is not used in code. (覆寫 Task. . :: . .InitializeTask(Connections, VariableDispenser, IDTSInfoEvents, IDTSLogging, EventInfos, LogEntryInfos, ObjectReferenceTracker)。)
公用方法 LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
公用方法 LoadPackage Loads a package.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ResumeExecution Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.
公用方法 SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
公用方法 SuspendExecution Called when the executable needs to suspend. This method is called by the runtime engine.
公用方法 ToString (繼承自 Object。)
公用方法 Update *** Member deprecated; see Remarks. ***    This method updates the old package XML with the new package XML if CanUpdate is set to true. (繼承自 Task。)
公用方法 Validate Verifies that the Exec80PackageTask is properly configured. (覆寫 Task. . :: . .Validate(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging)。)

上層

欄位

  名稱 說明
公用欄位 Variables Gets or sets the Variables object for the Exec80PackageTask task.

上層

備註

For more information about the features of this task, see 執行 DTS 2000 封裝工作.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。