Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Gets the Job object that is the parent of the JobStepCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As Job
Get
'Usage
Dim instance As JobStepCollection
Dim value As Job
value = instance.Parent
public Job Parent { get; }
public:
property Job^ Parent {
Job^ get ();
}
member Parent : Job
function get Parent () : Job
Property Value
Type: Microsoft.SqlServer.Management.Smo.Agent.Job
A Job object that is the parent of the JobStepCollection object.