DtsContainer.ForcedExecutionValue プロパティ

定義

プロパティが ForceExecutionValue True に設定されている場合は、パッケージから返される省略可能な実行値を指定する値を取得または設定します。

public:
 property System::Object ^ ForcedExecutionValue { System::Object ^ get(); void set(System::Object ^ value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForcedExecutionValueDesc")]
public object ForcedExecutionValue { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyCategory(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "PropertyCategoryExecution")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Runtime.Localized), "ForcedExecutionValueDesc")>]
member this.ForcedExecutionValue : obj with get, set
Public Property ForcedExecutionValue As Object

プロパティ値

オブジェクト。 このプロパティの既定値は 0 です。

属性

注釈

オプションの強制実行値を返すには、ForceExecutionValue プロパティを True に設定し、ForcedExecutionValue プロパティに値を指定します。

適用対象