ConnectorMonitoringAlertUpdateFailure.Reason Field
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
A ConnectorMonitoringAlertUpdateFailureReason object that represents the reason for the failure that occurred from updating an alert.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As ConnectorMonitoringAlertUpdateFailure
Dim value As ConnectorMonitoringAlertUpdateFailureReason
value = instance.Reason
instance.Reason = value
Syntax
'Declaration
<DataMemberAttribute> _
Public Reason As ConnectorMonitoringAlertUpdateFailureReason
[DataMemberAttribute]
public ConnectorMonitoringAlertUpdateFailureReason Reason
[DataMemberAttribute]
public:
ConnectorMonitoringAlertUpdateFailureReason Reason
/** @attribute DataMemberAttribute() */
public ConnectorMonitoringAlertUpdateFailureReason Reason
DataMemberAttribute
public var Reason : ConnectorMonitoringAlertUpdateFailureReason
Remarks
The enumerated value will be one of the following:
ConcurrentUpdate - The alert has been updated since the last time it was received by the connector.
DoesNotExist - The alert does not exist.
DoesNotOwn - The connector does not own the alert.
Unknown - An unknown error occurred.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
ConnectorMonitoringAlertUpdateFailure Class
ConnectorMonitoringAlertUpdateFailure Members
Microsoft.EnterpriseManagement.ConnectorFramework Namespace