Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
)
Parameters
- jobCategory
Type: Microsoft.SqlServer.Management.Smo.Agent.JobCategory
A JobCategory object that specifies the job category to be removed from the JobCategoryCollection collection.