SMS_ReportViewSchema Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_ReportViewSchema Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents the views and columns that are available for building a report.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_ReportViewSchema : SMS_BaseClass
{
      Boolean IsStringType;
      String ViewColumnName;
      String ViewName;
};

The following table shows the methods in SMS_ReportViewSchema.

Method

Description

GetSampleValues Method in Class SMS_ReportViewSchema

Gets sample values for a report view schema.

IsStringType

Data type: Boolean

Access type: Read Only

Qualifiers: None

true if the values of the column are strings.

ViewColumnName

Data type: String

Access type: Read Only

Qualifiers: [key]

Name of a column in the view.

ViewName

Data type: String

Access type: Read Only

Qualifiers: [key]

Name of a view.

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Show: