Compartilhar via


ObjectQueryOptions.AddPropertyRangeToRetrieve Method

Adds the property range.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As ObjectQueryOptions
Dim managementPackClass As ManagementPackClass
Dim properties As IEnumerable(Of ManagementPackProperty)

instance.AddPropertyRangeToRetrieve(managementPackClass, properties)

Syntax

'Declaration
Public Sub AddPropertyRangeToRetrieve ( _
    managementPackClass As ManagementPackClass, _
    properties As IEnumerable(Of ManagementPackProperty) _
)
public void AddPropertyRangeToRetrieve (
    ManagementPackClass managementPackClass,
    IEnumerable<ManagementPackProperty> properties
)
public:
void AddPropertyRangeToRetrieve (
    ManagementPackClass^ managementPackClass, 
    IEnumerable<ManagementPackProperty^>^ properties
)
public void AddPropertyRangeToRetrieve (
    ManagementPackClass managementPackClass, 
    IEnumerable<ManagementPackProperty> properties
)
public function AddPropertyRangeToRetrieve (
    managementPackClass : ManagementPackClass, 
    properties : IEnumerable<ManagementPackProperty>
)

Parameters

  • managementPackClass
    The management pack class.
  • properties
    The properties.

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

Windows Server 2008,Windows Server 2003

See Also

Reference

ObjectQueryOptions Class
ObjectQueryOptions Members
Microsoft.EnterpriseManagement.Common Namespace