IDTSServerExecution100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
統合サービスカタログ内の実行インスタンスを表します。
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() |
統合サービスカタログで実行インスタンスを開始します。 |