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 값을 제공합니다.

적용 대상