OperationalDataObject Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Represents an operational data object.

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


[SerializableAttribute]
public ref class OperationalDataObject abstract : MonitoringBase

NameDescription
System_CAPS_protmethodOperationalDataObject(ManagementGroup^)

Initializes a new OperationalDataObject object

NameDescription
System_CAPS_pubpropertyId

Gets the globally unique identifier (GUID) for the operational data object.

System_CAPS_pubpropertyManagementGroup

The connection management group connection used by this object.

System_CAPS_pubpropertyManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubpropertyMonitoringObjectId

Gets the globally unique identifier (GUID) for the monitoring object that is associated with the operational data object.

System_CAPS_pubpropertyMonitoringRuleId

Obsolete.Gets the globally unique identifier (GUID) for the monitoring rule that is associated with operational data object.

System_CAPS_pubpropertyRuleId

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether this object is equal to the specified object.(Overrides Object::Equals(Object^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for the OperationalDataObject object(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

Reconnects to the specified management group after the object has been disconnected.(Overrides MonitoringBase::Reconnect(EnterpriseManagementGroup^).)

System_CAPS_pubmethodToString()

(Inherited from MonitoringBase.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: