AlertCategoryCollection.Item-Eigenschaft (String)
Gets an AlertCategory object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As AlertCategory
Get
'Usage
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
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.
Parameter
- name
Typ: System.String
A String value that specifies the name of the AlertCategory object in the AlertCategoryCollection collection.
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.Agent.AlertCategory
An AlertCategory object value that represents the alert category.