Initializes a new ManagementGroup object by specifying connection settings. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim connectionSettings As ManagementGroupConnectionSettings

Dim instance As New ManagementGroup(connectionSettings)

Syntax

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

Parameters

connectionSettings

Connection settings that specify the server to connect to.

Platforms

Development Platforms

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

Target Platforms

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

See Also