DtsContainer.ForcedExecutionValue 속성

If the ForceExecutionValue property is set to True, gets or sets a value that specifies the optional execution value that the package returns.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Property ForcedExecutionValue As Object 
    Get 
    Set
‘사용 방법
Dim instance As DtsContainer 
Dim value As Object 

value = instance.ForcedExecutionValue

instance.ForcedExecutionValue = value
public Object ForcedExecutionValue { get; set; }
public:
property Object^ ForcedExecutionValue {
    Object^ get ();
    void set (Object^ value);
}
member ForcedExecutionValue : Object with get, set
function get ForcedExecutionValue () : Object 
function set ForcedExecutionValue (value : Object)

속성 값

유형: System.Object
An object. The default value of this property is 0.

주의

To return an optional forced execution value, set the ForceExecutionValue property to True and provide a value for the ForcedExecutionValue property.

참고 항목

참조

DtsContainer 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스