JobStepCollection.Item Property (String)
Gets a JobStep object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As JobStep
Get
'Usage
Dim instance As JobStepCollection
Dim name As String
Dim value As JobStep
value = instance(name)
public JobStep this[
string name
] { get; }
public:
property JobStep^ default[String^ name] {
JobStep^ get (String^ name);
}
member Item : JobStep
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A string value that specifies the name of the JobStep object in the JobStepCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.Agent.JobStep
A JobStep object value that represents the job schedule.