语言

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。

属性

注解

要返回可选的强制执行值,将属性设置为 ForceExecutionValueTrue 为该 ForcedExecutionValue 属性提供值。

适用于