Propriedade do RDL Item (String, Int32)
Gets an Job object in the collection by name and category.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String, _
categoryID As Integer _
) As Job
Get
'Uso
Dim instance As JobCollection
Dim name As String
Dim categoryID As Integer
Dim value As Job
value = instance(name, categoryID)
public Job this[
string name,
int categoryID
] { get; }
public:
property Job^ default[String^ name, int categoryID] {
Job^ get (String^ name, int categoryID);
}
member Item : Job
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the Job object in the JobCollection collection.
- categoryID
Tipo: System. . :: . .Int32
An Int32 value that specifies the category for the job.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .Job
An Job object value that represents the job.
Comentários
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também