Job.JobSteps Property
Gets a collection of JobStep objects that represent the job steps defined for the job.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(JobStep))> _
Public ReadOnly Property JobSteps As JobStepCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(JobStep))]
public JobStepCollection JobSteps { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(JobStep))]
public:
property JobStepCollection^ JobSteps {
JobStepCollection^ get ();
}
/** @property */
public JobStepCollection get_JobSteps ()
public function get JobSteps () : JobStepCollection
Property Value
A JobStepCollection object value that specifies a collection of JobStep objects.
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.
See Also