SCCM WebService API Reference

SCCMWebService..::..GetSQLClientProperties Method

Gets the client properties from [SCCMManager].[dbo].[v_ComputerProperties].

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public SQLClientProperties GetSQLClientProperties(
	int resourceID
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function GetSQLClientProperties ( _
	resourceID As Integer _
) As SQLClientProperties
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
SQLClientProperties^ GetSQLClientProperties(
	int^ resourceID
)

Parameters

resourceID
Type: Int32
The resource identifier.

Return Value

Instance of SQLClientProperties

Exceptions


ExceptionCondition
ExceptionClient properties for ResourceID ' + resourceID + ' not found.