JobCategoryCollection.Item Property (String)
Gets a JobCategory 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 JobCategory
Get
'Usage
Dim instance As JobCategoryCollection
Dim name As String
Dim value As JobCategory
value = instance(name)
public JobCategory this[
string name
] { get; }
public:
property JobCategory^ default[String^ name] {
JobCategory^ get (String^ name);
}
member Item : JobCategory
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 JobCategory object in the JobCategoryCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.Agent.JobCategory
A JobCategory object value that represents the alert category.