MonitoringDataType Class

System Center
 

Updated: April 16, 2012

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Encapsulates a data type in a Management Group. This class allows you to get the transform string for the data type and find the derived types.

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


[SerializableAttribute]
[ObsoleteAttribute("This class is obsolete. Please use ManagementPackDataType instead.")]
public ref class MonitoringDataType : ManagementPackDataType, 
	IMonitoringBase

NameDescription
System_CAPS_protmethodCheckVersionCompatibility(ManagementPackAccessibleElement^)

(Inherited from ManagementPackDataType.)

System_CAPS_pubmethodCreateNavigator()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from ManagementPackElement.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCategories()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetDerivedDataTypes()

(Inherited from ManagementPackDataType.)

System_CAPS_pubmethodGetDerivedMonitoringDataTypes()

Gets a collection of data types that are derived from this data type.

System_CAPS_pubmethodGetDisplayString(CultureInfo^)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetDisplayString(String^)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetFolders()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetImageReferences()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetKnowledgeArticle(CultureInfo^)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetKnowledgeArticle(String^)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetManagementPack()

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodGetTransform()

(Inherited from ManagementPackDataType.)

System_CAPS_pubmethodGetTransform(CultureInfo^)

(Inherited from ManagementPackDataType.)

System_CAPS_pubmethodGetTransform(String^)

(Inherited from ManagementPackDataType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodPostProcessChange(ManagementPack^)

(Inherited from ManagementPackElement.)

System_CAPS_protmethodReadAttributes(ManagementPack^, XmlReader^)

(Inherited from ManagementPackDataType.)

System_CAPS_protmethodReadElements(ManagementPack^, XmlReader^)

(Inherited from ManagementPackDataType.)

System_CAPS_pubmethodReconnect(EnterpriseManagementGroup^)

(Inherited from ManagementPackElement.)

System_CAPS_pubmethodReconnect(ManagementPack^)

(Inherited from ManagementPackDataType.)

System_CAPS_pubmethodToString()

(Inherited from ManagementPackElement.)

System_CAPS_protmethodUpdateCollection<T>(ManagementPackItemCollection<T>^)

(Inherited from ManagementPackItem.)

System_CAPS_protmethodWriteAttributes(XmlWriter^)

(Inherited from ManagementPackDataType.)

System_CAPS_protmethodWriteElements(XmlWriter^)

(Inherited from ManagementPackDataType.)

System_CAPS_pubmethodWriteXml(XmlWriter^)

(Inherited from ManagementPackElement.)

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: