MiningModelPermissionCollection.Remove Method
Include Protected Members
Include Inherited Members
Removes a MiningModelPermission from the collection.
Overload List
Name | Description | |
---|---|---|
Remove(String) | Removes the MiningModelPermission, with the specified identifier, from the collection. | |
Remove(IModelComponent) | (Inherited from ModelComponentCollection.) | |
Remove(MiningModelPermission) | Removes the specified MiningModelPermission from the collection. | |
Remove(String, Boolean) | Infrastructure. | |
Remove(MiningModelPermission, Boolean) | Infrastructure. |
Top