StepNumber Property (LogMessage)
In This Topic
The step number of the job step this message is associated with, if any.
Syntax
'Declaration
Public ReadOnly Property StepNumber As Integer
public int StepNumber {get;}
public:
property int StepNumber {
int get();
}
See Also