Proprietà Item (String, Int32)
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, _
categoryID As Integer _
) As Job
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Valore proprietà
Vedere anche