다음을 통해 공유


SuccessValue 속성

Gets or sets the value returned by the executable or batch file that indicates success.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.ExecuteProcess
어셈블리:  Microsoft.SqlServer.ExecProcTask(Microsoft.SqlServer.ExecProcTask.dll)

구문

‘선언
Public Property SuccessValue As Integer
    Get
    Set
‘사용 방법
Dim instance As ExecuteProcess
Dim value As Integer

value = instance.SuccessValue

instance.SuccessValue = value
public int SuccessValue { get; set; }
public:
virtual property int SuccessValue {
    int get () sealed;
    void set (int value) sealed;
}
abstract SuccessValue : int with get, set
override SuccessValue : int with get, set
final function get SuccessValue () : int
final function set SuccessValue (value : int)

속성 값

유형: System. . :: . .Int32
An Integer that contains the value returned by the executable or batch file that indicates success. By default this value is set to 0.

구현

IDTSExecuteProcess. . :: . .SuccessValue