ReplacementTask 介面

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

For more information, see ReplacementTaskClass.

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

語法

'宣告
<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")> _
Public Interface ReplacementTask _
    Inherits IDTSTask100
'用途
Dim instance As ReplacementTask
[GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface ReplacementTask : IDTSTask100
[GuidAttribute(L"B6F6D221-FC27-4F71-B5A0-597583986C28")]
public interface class ReplacementTask : IDTSTask100
[<GuidAttribute("B6F6D221-FC27-4F71-B5A0-597583986C28")>]
type ReplacementTask =  
    interface 
        interface IDTSTask100 
    end
public interface ReplacementTask extends IDTSTask100

ReplacementTask 型別公開下列成員。

屬性

  名稱 說明
公用屬性 ExecutionValue 基礎結構。Gets the value of the execution. This field is read-only. (繼承自 IDTSTask100。)

上層

方法

  名稱 說明
公用方法 Execute 基礎結構。Runs the task. (繼承自 IDTSTask100。)
公用方法 Validate 基礎結構。Verifies that the component is properly configured. (繼承自 IDTSTask100。)

上層

請參閱

參考

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