EnterpriseManagementConnectionSettings Constructor
[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
'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
The 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