[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 EnterpriseManagementConnectionSettings class. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim serverName As String

Dim instance As New EnterpriseManagementConnectionSettings(serverName)

Syntax

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

Parameters

serverName

Type: String

The name of the Service Manager server. Use localhost if the Service Manager server is your local computer.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also