JobCategoryCollection.Remove 方法 (JobCategory)
Removes a JobCategory object from the JobCategoryCollection collection.
命名空間: Microsoft.SqlServer.Management.Smo.Agent
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub Remove ( _
jobCategory As JobCategory _
)
'用途
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
)
參數
- jobCategory
型別:Microsoft.SqlServer.Management.Smo.Agent.JobCategory
A JobCategory object that specifies the job category to be removed from the JobCategoryCollection collection.