[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 EnterpriseManagementGroup class by specifying the connection settings that are used to connect to the Service Manager server. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim connectionSettings As EnterpriseManagementConnectionSettings

Dim instance As New EnterpriseManagementGroup(connectionSettings)

Syntax

Visual Basic
Public Sub New ( _
		connectionSettings As EnterpriseManagementConnectionSettings _
)
C#
public EnterpriseManagementGroup (
		EnterpriseManagementConnectionSettings connectionSettings
)
C++
public:
EnterpriseManagementGroup (
		EnterpriseManagementConnectionSettings^ connectionSettings
)
J#
public EnterpriseManagementGroup (
		EnterpriseManagementConnectionSettings connectionSettings
)
JScript
public function EnterpriseManagementGroup (
		connectionSettings : EnterpriseManagementConnectionSettings
)

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.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also