Share via


ClientMonitoringSettings.IsSqmEnabled Method

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

Determines whether SQM is enabled on a given Management Server.

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

Usage

'Usage
Dim instance As ClientMonitoringSettings
Dim mgmtServer As ManagementServer
Dim returnValue As Boolean

returnValue = instance.IsSqmEnabled(mgmtServer)

Syntax

'Declaration
Public Function IsSqmEnabled ( _
    mgmtServer As ManagementServer _
) As Boolean
public bool IsSqmEnabled (
    ManagementServer mgmtServer
)
public:
bool IsSqmEnabled (
    ManagementServer^ mgmtServer
)
public boolean IsSqmEnabled (
    ManagementServer mgmtServer
)
public function IsSqmEnabled (
    mgmtServer : ManagementServer
) : boolean

Parameters

  • mgmtServer
    The name of the Management Server to check whether SQM is enabled on.

Return Value

Returns a Boolean that gives true if SQM is enabled on the Management Server; otherwise, false. .

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

ClientMonitoringSettings Class
ClientMonitoringSettings Members
Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring Namespace