Item-Eigenschaft (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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- name
Typ: System. . :: . .String
A string value that specifies the name of the JobStep object in the JobStepCollection collection.
Eigenschaftenwert
Typ: Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobStep
A JobStep object value that represents the job schedule.