Proprietà JobStepCollection.Item (String)
Gets a JobStep object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As JobStep
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
A string value that specifies the name of the JobStep object in the JobStepCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Agent.JobStep
A JobStep object value that represents the job schedule.