次の方法で共有


ManagementGroup Constructor (ManagementGroupConnectionSettings)

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

Creates a new ManagementGroup object by specifying connection settings.

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

Usage

'Usage
Dim connectionSettings As ManagementGroupConnectionSettings

Dim instance As New ManagementGroup(connectionSettings)

Syntax

'Declaration
Public Sub New ( _
    connectionSettings As ManagementGroupConnectionSettings _
)
public ManagementGroup (
    ManagementGroupConnectionSettings connectionSettings
)
public:
ManagementGroup (
    ManagementGroupConnectionSettings^ connectionSettings
)
public ManagementGroup (
    ManagementGroupConnectionSettings connectionSettings
)
public function ManagementGroup (
    connectionSettings : ManagementGroupConnectionSettings
)

Parameters

  • connectionSettings
    Connection settings that specify which server to connect to.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementGroup Class
ManagementGroup Members
Microsoft.EnterpriseManagement Namespace
ManagementGroupConnectionSettings