Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
Represents an abstract base class for operational data properties.
Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
  Microsoft.EnterpriseManagement.Monitoring.OperationalDataProperty
    Microsoft.EnterpriseManagement.Monitoring.MonitoringAlertProperty
    Microsoft.EnterpriseManagement.Monitoring.MonitoringEventProperty
Syntax
[SerializableAttribute]
public abstract class OperationalDataProperty
[SerializableAttribute]
public ref class OperationalDataProperty abstract 
[<AbstractClass>]
[<SerializableAttribute>]
type OperationalDataProperty = class end
<SerializableAttribute>
Public MustInherit Class OperationalDataProperty
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | PropertyName | Gets the column name of this property. | 
| .jpeg) | PropertyType | Gets the property type. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | Determines whether the specified OperationalDataProperty object equals the current OperationalDataProperty object(Overrides Object.Equals(Object).) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | Serves as a hash function for the current OperationalDataProperty object(Overrides Object.GetHashCode().) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top