次の方法で共有


ManagementServer.GetAgentManagedComputers Method

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

Gets the computers to which agents have been deployed that are managed by this server.

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

Usage

'Usage
Dim instance As ManagementServer
Dim returnValue As ReadOnlyCollection(Of AgentManagedComputer)

returnValue = instance.GetAgentManagedComputers

Syntax

'Declaration
Public Function GetAgentManagedComputers As ReadOnlyCollection(Of AgentManagedComputer)
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers ()
public:
ReadOnlyCollection<AgentManagedComputer^>^ GetAgentManagedComputers ()
public ReadOnlyCollection<AgentManagedComputer> GetAgentManagedComputers ()
public function GetAgentManagedComputers () : ReadOnlyCollection<AgentManagedComputer>

Return Value

Returns a ReadOnlyCollection that contains the agent-managed computers managed by this server.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementServer Class
ManagementServer Members
Microsoft.EnterpriseManagement.Administration Namespace