Condividi tramite


Settings.RemoveInstanceValue Method

 

Applies To: Operations Manager for System Center 2012

Removes the specified setting value for the specified MonitoringObject instance.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod RemoveInstanceValue(Setting<Boolean>, MonitoringObject)

Removes the specified bool setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod RemoveInstanceValue(Setting<DateTime>, MonitoringObject)

The MonitoringObject instance to remove the setting value in.

System_CAPS_pubmethod RemoveInstanceValue(Setting<Double>, MonitoringObject)

Removes the specified double setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod RemoveInstanceValue(Setting<Guid>, MonitoringObject)

Removes the specified Guid setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod RemoveInstanceValue(Setting<Int32>, MonitoringObject)

Removes the specified int setting value for the specified MonitoringObject instance.

System_CAPS_pubmethod RemoveInstanceValue(Setting<String>, MonitoringObject)

Removes the specified string setting value for the specified MonitoringObject instance.

See Also

Settings Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top