Compartilhar via


ServiceManagementGroup Constructor (ServiceManagementConnectionSettings)

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

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

Usage

'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
    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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ServiceManagementGroup Class
ServiceManagementGroup Members
Microsoft.EnterpriseManagement Namespace