Checkpoint Property (JobExecutionSettings)
In This Topic
The checkpoint to pass to the job
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property Checkpoint As String
[CanBeNull()]
public string Checkpoint {get; set;}
[CanBeNull()]
public:
property String^ Checkpoint {
String^ get();
void set ( String^ value);
}
See Also