OperationalDataProperty Class
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 | |
---|---|---|
PropertyName | Gets the column name of this property. |
|
PropertyType | Gets the property type. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified OperationalDataProperty object equals the current OperationalDataProperty object(Overrides Object.Equals(Object).) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Serves as a hash function for the current OperationalDataProperty object(Overrides Object.GetHashCode().) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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