Share via


GetSampleValues Method in Class SMS_ReportViewSchema

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager, the GetSampleValues Windows Management Instrumentation (WMI) class method gets sample values for a report view schema.

The following syntax is simplified from Managed Object Format (MOF) code, and it defines the method.

UInt32 GetSampleValues(
   UInt32 RangeBegin,
   UInt32 RangeEnd,
   String Filter,
   UInt32 TotalValuesAvailable,
   String Values[]
);

Parameters

  • RangeBegin
    Data type: UInt32

    Qualifiers: [in]

    Value indicating the beginning of the range of sample values.

  • RangeEnd
    Data type: UInt32

    Qualifiers: [in]

    Value indicating the end of the range of sample values.

  • Filter
    Data type: String

    Qualifiers: [in]

    Filter to use for retrieval of sample values.

  • TotalValuesAvailable
    Data type: UInt32

    Qualifiers: [out]

    The number of sample values retrieved in the Values parameter.

  • Values
    Data type: String Array

    Qualifiers: [out]

    The retrieved sample values.

Return Values

A UInt32 data type.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

SMS_ReportViewSchema Server WMI Class