JobCollection.Item[] Propriedade

Definição

Sobrecargas

Item[Int32]

public Microsoft.SqlServer.Management.Smo.Agent.Job this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.Agent.Job
Default Public ReadOnly Property Item(index As Integer) As Job

Parâmetros

index
Int32

Valor da propriedade

Job

Aplica-se a

Item[String]

public Microsoft.SqlServer.Management.Smo.Agent.Job this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.Agent.Job
Default Public ReadOnly Property Item(name As String) As Job

Parâmetros

name
String

Valor da propriedade

Job

Aplica-se a

Item[String, Int32]

public Microsoft.SqlServer.Management.Smo.Agent.Job this[string name, int categoryID] { get; }
member this.Item(string * int) : Microsoft.SqlServer.Management.Smo.Agent.Job
Default Public ReadOnly Property Item(name As String, categoryID As Integer) As Job

Parâmetros

name
String
categoryID
Int32

Valor da propriedade

Job

Aplica-se a