ReportDescription.SqmDataPoint Property
Gets or sets the Software Quality Matrix (SQM) data point identifier that is used to report information to SQM. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ReportDescription
Dim value As Integer
value = instance.SqmDataPoint
instance.SqmDataPoint = value
Syntax
'Declaration
<DefaultValueAttribute(0)> _
<XmlAttributeAttribute("SqmDataPoint")> _
Public Property SqmDataPoint As Integer
[DefaultValueAttribute(0)]
[XmlAttributeAttribute("SqmDataPoint")]
public int SqmDataPoint { get; set; }
[DefaultValueAttribute(0)]
[XmlAttributeAttribute(L"SqmDataPoint")]
public:
property int SqmDataPoint {
int get ();
void set (int value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public int get_SqmDataPoint ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_SqmDataPoint (int value)
DebuggerStepThroughAttribute
public function get SqmDataPoint () : int
DebuggerStepThroughAttribute
public function set SqmDataPoint (value : int)
Property Value
SQM data point identifier.
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 Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ReportDescription Class
ReportDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace