GetReportPointInfo Method in Class SMS_Report
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The GetReportPointInfo Windows Management Instrumentation (WMI) class method, in Configuration Manager, gets report point information.
The following syntax is simplified from Managed Object Format (MOF) code and defines the method.
Syntax
SInt32 GetReportPointInfo(
String SiteCode,
UInt32 InstanceCount,
String NALPaths[],
String RPFolders[],
UInt32 Protocols[],
UInt32 PortNumbers[],
String ServerRemoteNames[]
);
Parameters
SiteCode
Data type: StringQualifiers: [in, SizeLimit("3")]
The site code of the site.
InstanceCount
Data type: UInt32Qualifiers: [in]
Count of objects for which to retrieve report point information.
NALPaths
Data type: String ArrayQualifiers: [out]
NAL paths to resources associated with the report point information.
RPFolders
Data type: String ArrayQualifiers: [out]
Folders containing report point information.
Protocols
Data type: UInt32 ArrayQualifiers: [out]
Communication protocols used by the report point information.
PortNumbers
Data type: UInt32 ArrayQualifiers: [out]
Port numbers used by the report point information.
ServerRemoteNames
Data type: String ArrayQualifiers: [out]
Server remote names used by the report point information.
Return Values
An SInt32 data type that is 0 to indicate success or non-zero to indicate failure.
For information about handling returned errors, see About Configuration Manager Errors.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.