Dela via


ServiceManagementGroup Class

Allows you to access and manage Service Manager data. These include management packs and the classes and other elements defined in a management pack, user roles, language packs, knowledge articles, forms, and instances of management pack classes. This class is derived from the EnterpriseManagementGroup class, and it can be used as the starting point for Service Manager client applications.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.ServiceManager (in microsoft.enterprisemanagement.servicemanager.dll)

Usage

'Usage
Dim instance As ServiceManagementGroup

Syntax

'Declaration
Public Class ServiceManagementGroup
    Inherits EnterpriseManagementGroup
public class ServiceManagementGroup : EnterpriseManagementGroup
public ref class ServiceManagementGroup : public EnterpriseManagementGroup
public class ServiceManagementGroup extends EnterpriseManagementGroup
public class ServiceManagementGroup extends EnterpriseManagementGroup

Inheritance Hierarchy

System.Object
   Microsoft.EnterpriseManagement.Container
     Microsoft.EnterpriseManagement.ManagementPackStore
       Microsoft.EnterpriseManagement.EnterpriseManagementGroup
        Microsoft.EnterpriseManagement.ServiceManagementGroup

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ServiceManagementGroup Members
Microsoft.EnterpriseManagement Namespace