EnterpriseManagementConnectionSettings Constructor
Initializes a new instance of the EnterpriseManagementConnectionSettings class.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim serverName As String
Dim instance As New EnterpriseManagementConnectionSettings(serverName)
Syntax
'Declaration
Public Sub New ( _
serverName As String _
)
public EnterpriseManagementConnectionSettings (
string serverName
)
public:
EnterpriseManagementConnectionSettings (
String^ serverName
)
public EnterpriseManagementConnectionSettings (
String serverName
)
public function EnterpriseManagementConnectionSettings (
serverName : String
)
Parameters
serverName
Type: StringThe name of the Service Manager server. Use localhost if the Service Manager server is your local computer.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
EnterpriseManagementConnectionSettings Class
EnterpriseManagementConnectionSettings Members
Microsoft.EnterpriseManagement Namespace