Remove 메서드 (OperatorCategory)
Removes an OperatorCategory object from the OperatorCategoryCollection collection.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Remove ( _
operatorCategory As OperatorCategory _
)
‘사용 방법
Dim instance As OperatorCategoryCollection
Dim operatorCategory As OperatorCategory
instance.Remove(operatorCategory)
public void Remove(
OperatorCategory operatorCategory
)
public:
void Remove(
OperatorCategory^ operatorCategory
)
member Remove :
operatorCategory:OperatorCategory -> unit
public function Remove(
operatorCategory : OperatorCategory
)
매개 변수
- operatorCategory
유형: Microsoft.SqlServer.Management.Smo.Agent. . :: . .OperatorCategory
An OperatorCategory object that specifies the operator category to be removed from the OperatorCategoryCollection collection.