EnterpriseManagementGroup Constructor (EnterpriseManagementConnectionSettings)
Initializes a new instance of the EnterpriseManagementGroup class by specifying the connection settings that are used to connect to the Service Manager server.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim connectionSettings As EnterpriseManagementConnectionSettings
Dim instance As New EnterpriseManagementGroup(connectionSettings)
Syntax
'Declaration
Public Sub New ( _
connectionSettings As EnterpriseManagementConnectionSettings _
)
public EnterpriseManagementGroup (
EnterpriseManagementConnectionSettings connectionSettings
)
public:
EnterpriseManagementGroup (
EnterpriseManagementConnectionSettings^ connectionSettings
)
public EnterpriseManagementGroup (
EnterpriseManagementConnectionSettings connectionSettings
)
public function EnterpriseManagementGroup (
connectionSettings : EnterpriseManagementConnectionSettings
)
Parameters
- connectionSettings
The connection settings that are used to connect to the Service Manager server. These settings contain the name of the server and can contain credentials that are used to connect.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
EnterpriseManagementGroup Class
EnterpriseManagementGroup Members
Microsoft.EnterpriseManagement Namespace