Proprietà Item (String)
Gets an OperatorCategory 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 OperatorCategory
Get
'Utilizzo
Dim instance As OperatorCategoryCollection
Dim name As String
Dim value As OperatorCategory
value = instance(name)
public OperatorCategory this[
string name
] { get; }
public:
property OperatorCategory^ default[String^ name] {
OperatorCategory^ get (String^ name);
}
member Item : OperatorCategory
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 OperatorCategory object in the OperatorCategoryCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .OperatorCategory
An OperatorCategory object value that represents the alert category.
Vedere anche