Właściwość AlertCategoryCollection.Item (String)
Pobiera AlertCategory obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As AlertCategory
Get
'Użycie
Dim instance As AlertCategoryCollection
Dim name As String
Dim value As AlertCategory
value = instance(name)
public AlertCategory this[
string name
] { get; }
public:
property AlertCategory^ default[String^ name] {
AlertCategory^ get (String^ name);
}
member Item : AlertCategory
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę AlertCategory obiekt w AlertCategoryCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Agent.AlertCategory
AlertCategory Wartość obiektu, który reprezentuje kategorię alert.