IDTSTask100 介面

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

Defines a property and methods for all the tasks in Integration Services.

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

語法

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

IDTSTask100 型別公開下列成員。

屬性

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

上層

方法

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

上層

備註

For more information, see Task.

請參閱

參考

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