[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

Visual Basic
Dim connectionSettings As ServiceManagementConnectionSettings

Dim instance As New ServiceManagementGroup(connectionSettings)

Syntax

Visual Basic
Public Sub New ( _
		connectionSettings As ServiceManagementConnectionSettings _
)
C#
public ServiceManagementGroup (
		ServiceManagementConnectionSettings connectionSettings
)
C++
public:
ServiceManagementGroup (
		ServiceManagementConnectionSettings^ connectionSettings
)
J#
public ServiceManagementGroup (
		ServiceManagementConnectionSettings connectionSettings
)
JScript
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