次の方法で共有


IOperationalDataManagement.GetPartialMonitoringAlertReader Method (Nullable, MonitoringAlertProperty[])

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

Retrieves a PartialMonitoringAlertReader object for accessing the MonitoringAlert objects in the ManagementGroup. The returned MonitoringAlert objects are scoped to the last changed DateTime object, and the MonitoringAlertProperty properties.

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

Usage

'Usage
Dim instance As IOperationalDataManagement
Dim lastModified As Nullable(Of DateTime)
Dim properties As MonitoringAlertProperty()
Dim returnValue As PartialMonitoringAlertReader

returnValue = instance.GetPartialMonitoringAlertReader(lastModified, properties)

Syntax

'Declaration
<ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);")> _
Function GetPartialMonitoringAlertReader ( _
    lastModified As Nullable(Of DateTime), _
    ParamArray properties As MonitoringAlertProperty() _
) As PartialMonitoringAlertReader
[ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);")] 
PartialMonitoringAlertReader GetPartialMonitoringAlertReader (
    Nullable<DateTime> lastModified,
    params MonitoringAlertProperty[] properties
)
[ObsoleteAttribute(L"Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);")] 
PartialMonitoringAlertReader^ GetPartialMonitoringAlertReader (
    Nullable<DateTime> lastModified, 
    ... array<MonitoringAlertProperty^>^ properties
)
/** @attribute ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);") */ 
PartialMonitoringAlertReader GetPartialMonitoringAlertReader (
    Nullable<DateTime> lastModified, 
    MonitoringAlertProperty[] properties
)
ObsoleteAttribute("Use PartialMonitoringAlertReader GetPartialMonitoringAlertReader(MonitoringAlertCriteria criteria, DateTime? lastModified, params MonitoringAlertProperty[] properties);") 
function GetPartialMonitoringAlertReader (
    lastModified : Nullable<DateTime>, 
    ... properties : MonitoringAlertProperty[]
) : PartialMonitoringAlertReader

Parameters

  • lastModified
    The alert’s last changed DateTime object to which this method is scoped.

Return Value

Returns a PartialMonitoringAlertReader object.

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

IOperationalDataManagement Interface
IOperationalDataManagement Members
Microsoft.EnterpriseManagement Namespace