AlertCategoryCollection.Item Property (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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A String value that specifies the name of the AlertCategory object in the AlertCategoryCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.Agent.AlertCategory
An AlertCategory object value that represents the alert category.