Initializes a new ManagementGroupConnectionSettings object with the name of the server to connect to. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim serverName As String

Dim instance As New ManagementGroupConnectionSettings(serverName)

Syntax

Visual Basic
Public Sub New ( _
		serverName As String _
)
C#
public ManagementGroupConnectionSettings (
		string serverName
)
C++
public:
ManagementGroupConnectionSettings (
		String^ serverName
)
J#
public ManagementGroupConnectionSettings (
		String serverName
)
JScript
public function ManagementGroupConnectionSettings (
		serverName : String
)

Parameters

serverName

The name of the server to connect to.

Example

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