Proprietà Item (String)
Gets an Job 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 Job
Get
'Utilizzo
Dim instance As JobCollection
Dim name As String
Dim value As Job
value = instance(name)
public Job this[
string name
] { get; }
public:
property Job^ default[String^ name] {
Job^ get (String^ name);
}
member Item : Job
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 Job object in the JobCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .Job
An Alert object value that represents the alert.
Osservazioni
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche