EnterpriseManagementGroup Constructors

Definition

Initializes a new instance of the EnterpriseManagementGroup class.

Overloads

EnterpriseManagementGroup()

Initializes a new instance of the EnterpriseManagementGroup class that has default values. This constructor can be called only from derived classes.

EnterpriseManagementGroup(EnterpriseManagementConnectionSettings)

Initializes a new instance of the EnterpriseManagementGroup class by specifying the connection settings that are used to connect to the Service Manager server.

EnterpriseManagementGroup(String)

Initializes a new instance of the EnterpriseManagementGroup class by specifying the computer name of the Service Manager server to connect to.

EnterpriseManagementGroup()

Initializes a new instance of the EnterpriseManagementGroup class that has default values. This constructor can be called only from derived classes.

protected:
 EnterpriseManagementGroup();
protected EnterpriseManagementGroup ();
Protected Sub New ()

Applies to

EnterpriseManagementGroup(EnterpriseManagementConnectionSettings)

Initializes a new instance of the EnterpriseManagementGroup class by specifying the connection settings that are used to connect to the Service Manager server.

public:
 EnterpriseManagementGroup(Microsoft::EnterpriseManagement::EnterpriseManagementConnectionSettings ^ connectionSettings);
public EnterpriseManagementGroup (Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings connectionSettings);
new Microsoft.EnterpriseManagement.EnterpriseManagementGroup : Microsoft.EnterpriseManagement.EnterpriseManagementConnectionSettings -> Microsoft.EnterpriseManagement.EnterpriseManagementGroup
Public Sub New (connectionSettings As EnterpriseManagementConnectionSettings)

Parameters

connectionSettings
EnterpriseManagementConnectionSettings

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.

Applies to

EnterpriseManagementGroup(String)

Initializes a new instance of the EnterpriseManagementGroup class by specifying the computer name of the Service Manager server to connect to.

public:
 EnterpriseManagementGroup(System::String ^ serverName);
public EnterpriseManagementGroup (string serverName);
new Microsoft.EnterpriseManagement.EnterpriseManagementGroup : string -> Microsoft.EnterpriseManagement.EnterpriseManagementGroup
Public Sub New (serverName As String)

Parameters

serverName
String

The computer name of the Service Manager server to connect to. You can use localhost for the server name if you are connecting to the local computer.

Applies to