ServiceManagementGroup Constructor (ServiceManagementConnectionSettings)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ServiceManagementGroup class by specifying connection settings used to connect to the Service Manager server.

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

Usage

    Dim connectionSettings As ServiceManagementConnectionSettings

Dim instance As New ServiceManagementGroup(connectionSettings)

Syntax

'Declaration
Public Sub New ( _
    connectionSettings As ServiceManagementConnectionSettings _
)
public ServiceManagementGroup (
    ServiceManagementConnectionSettings connectionSettings
)
public:
ServiceManagementGroup (
    ServiceManagementConnectionSettings^ connectionSettings
)
public ServiceManagementGroup (
    ServiceManagementConnectionSettings connectionSettings
)
public function ServiceManagementGroup (
    connectionSettings : ServiceManagementConnectionSettings
)

Parameters

  • connectionSettings
    Type: EnterpriseManagementConnectionSettings

    The connection settings that are used to connect to the Service Manager server. These settings contain the name of the server and can contain credentials that are used to connect to the server.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ServiceManagementGroup Class
ServiceManagementGroup Members
Microsoft.EnterpriseManagement Namespace