JobCollection.Item-Eigenschaft (Int32)
Gets an Job object in the collection by index number.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Job
Get
'Usage
Dim instance As JobCollection
Dim index As Integer
Dim value As Job
value = instance(index)
public Job this[
int index
] { get; }
public:
property Job^ default[int index] {
Job^ get (int index);
}
member Item : Job
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- index
Typ: System.Int32
An Int32 value that specifies the position of the Job object in the JobCollection collection.
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.Agent.Job
An Job object value that represents the job.
Hinweise
Alle öffentlichen, statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind für Vorgänge mit mehreren Threads sicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.