JobCategoryCollection.Remove-Methode (JobCategory)
Removes a JobCategory object from the JobCategoryCollection collection.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Remove ( _
jobCategory As JobCategory _
)
'Usage
Dim instance As JobCategoryCollection
Dim jobCategory As JobCategory
instance.Remove(jobCategory)
public void Remove(
JobCategory jobCategory
)
public:
void Remove(
JobCategory^ jobCategory
)
member Remove :
jobCategory:JobCategory -> unit
public function Remove(
jobCategory : JobCategory
)
Parameter
- jobCategory
Typ: Microsoft.SqlServer.Management.Smo.Agent.JobCategory
A JobCategory object that specifies the job category to be removed from the JobCategoryCollection collection.