SMS_ReportViewSchema Server WMI Class
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
The SMS_ReportViewSchema Windows Management Instrumentation (WMI) class is an SMS Provider server class, in 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 |
---|---|
Gets sample values for a report view schema. |
Properties
IsStringType
Data type: BooleanAccess type: Read Only
Qualifiers: None
true if the values of the column are strings.
ViewColumnName
Data type: StringAccess type: Read Only
Qualifiers: [key]
Name of a column in the view.
ViewName
Data type: StringAccess type: Read Only
Qualifiers: [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
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.