Share via


ManagementGroupConnectionSettings Constructor (String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new ManagementGroupConnectionSettings object with the name of the server to connect to.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Usage

'Usage
Dim serverName As String

Dim instance As New ManagementGroupConnectionSettings(serverName)

Syntax

'Declaration
Public Sub New ( _
    serverName As String _
)
public ManagementGroupConnectionSettings (
    string serverName
)
public:
ManagementGroupConnectionSettings (
    String^ serverName
)
public ManagementGroupConnectionSettings (
    String serverName
)
public function ManagementGroupConnectionSettings (
    serverName : String
)

Parameters

  • serverName
    The name of the server to connect to.

Example

For an example, see How to Connect to an SDK Service by Using Specified User Credentials

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementGroupConnectionSettings Class
ManagementGroupConnectionSettings Members
Microsoft.EnterpriseManagement Namespace