JobStep Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobStep() | |
JobStep(Job, String) |
JobStep()
public JobStep ();
Public Sub New ()
Applies to
JobStep(Job, String)
public JobStep (Microsoft.SqlServer.Management.Smo.Agent.Job job, string name);
new Microsoft.SqlServer.Management.Smo.Agent.JobStep : Microsoft.SqlServer.Management.Smo.Agent.Job * string -> Microsoft.SqlServer.Management.Smo.Agent.JobStep
Public Sub New (job As Job, name As String)
Parameters
- job
- Job
- name
- String