共用方式為


Executable Members

Defines an abstract class that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.

The following tables list the members exposed by the Executable type.

Protected Constructors

  名稱 Description
Executable Initializes a new instance of the Executable class.

頂端

Protected Fields

  名稱 Description
ms212591.protfield(zh-tw,SQL.90).gif m_executable  

頂端

Public Methods

(see also Protected Methods )

  名稱 Description
ms212591.pubmethod(zh-tw,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212591.pubmethod(zh-tw,SQL.90).gif Execute Executes the executable.
ms212591.pubmethod(zh-tw,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212591.pubmethod(zh-tw,SQL.90).gif GetType  (inherited from Object )
ms212591.pubmethod(zh-tw,SQL.90).gifms212591.static(zh-tw,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212591.pubmethod(zh-tw,SQL.90).gifms212591.static(zh-tw,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212591.pubmethod(zh-tw,SQL.90).gifms212591.static(zh-tw,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212591.pubmethod(zh-tw,SQL.90).gif ToString  (inherited from Object )
ms212591.pubmethod(zh-tw,SQL.90).gif Validate Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. The component that implements this method is the component that is being validated.

頂端

Protected Methods

  名稱 Description
ms212591.protmethod(zh-tw,SQL.90).gif Finalize  (inherited from Object )
ms212591.protmethod(zh-tw,SQL.90).gif MemberwiseClone  (inherited from Object )

頂端

請參閱

參考

Executable Class
Microsoft.SqlServer.Dts.Runtime Namespace