Freigeben über


JobStepCollection-Klasse

The JobStepCollection class represents a collection of JobStep objects that represent all the job steps defined on the parent Job object.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class JobStepCollection _
    Inherits ParameterCollectionBase
'Usage
Dim instance As JobStepCollection
public sealed class JobStepCollection : ParameterCollectionBase
public ref class JobStepCollection sealed : public ParameterCollectionBase
[<SealedAttribute>]
type JobStepCollection =  
    class
        inherit ParameterCollectionBase
    end
public final class JobStepCollection extends ParameterCollectionBase

Hinweise

A JobStepCollection object can be used to gain access to a set of job steps. You can use the Item property to return a specific JobStep object.

Thread Safety

Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Für Instanzelemente kann nicht sichergestellt werden, dass sie für Threads sicher sind.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.