IDTSServerExecution100 インターフェイス

定義

Integration Services カタログの実行のインスタンスを表します。

public interface class IDTSServerExecution100
[System.Runtime.InteropServices.Guid("01BD818D-18DE-4640-9A36-880305564853")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSServerExecution100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("37BAB884-CE6D-4FF2-8611-A2E7408090FA")]
public interface IDTSServerExecution100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("28CB0FB2-D4D7-450E-976B-04FE62C5C24B")]
public interface IDTSServerExecution100
[<System.Runtime.InteropServices.Guid("01BD818D-18DE-4640-9A36-880305564853")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSServerExecution100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("37BAB884-CE6D-4FF2-8611-A2E7408090FA")>]
type IDTSServerExecution100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("28CB0FB2-D4D7-450E-976B-04FE62C5C24B")>]
type IDTSServerExecution100 = interface
Public Interface IDTSServerExecution100
派生
属性

注釈

詳細については、「SsisServerExecution」を参照してください。

プロパティ

ExecutionID

実行のインスタンスの一意識別子を表す 64 ビットの整数を取得します。

ExecutionStatus

実行のインスタンスの状態を取得します。

Synchronized

実行のインスタンスが同期されるかどうかを示す値を取得します。

メソッド

Dispose()

IDTSServerExecution100 クラスで使用されたすべてのリソースを解放します。

SetCallerInfo(String)

指定した呼び出し元情報を使用して呼び出し元情報のプロパティを設定します。

SetParameterValue(DTSServerParameterType, String, String)

指定した値を使用してパラメーターを設定します。

SetPropertyOverrideValue(String, String, Boolean)

指定したオーバーライド値を使用して、Integration Services カタログの実行のインスタンスのプロパティを設定します。

Start()

Integration Services カタログの実行のインスタンスを起動します。

適用対象