Udostępnij za pośrednictwem


JobStep.OnSuccessStep Property

Gets or sets the job step that is executed after the referenced job step finishes execution with a completion status of success.

Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute> _
Public Property OnSuccessStep As Integer
[SfcPropertyAttribute] 
public int OnSuccessStep { get; set; }
[SfcPropertyAttribute] 
public:
property int OnSuccessStep {
    int get ();
    void set (int value);
}
/** @property */
public int get_OnSuccessStep ()

/** @property */
public void set_OnSuccessStep (int value)
public function get OnSuccessStep () : int

public function set OnSuccessStep (value : int)

Property Value

An Int32 value that specifies the ID value of the job step that is executed after the referenced job step finishes with success.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.