The SMS_ReportViewSchema Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 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;
};

Methods

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.

Properties

IsStringType

Data type: BooleanAccess type: Read OnlyQualifiers: Nonetrue if the values of the column are strings.
ViewColumnName

Data type: StringAccess type: Read OnlyQualifiers: [key]Name of a column in the view.
ViewName

Data type: StringAccess type: Read OnlyQualifiers: [key]Name of a view.

Remarks

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.

Requirements

Runtime Requirements

Development Requirements

See Also