GetSystemProperties Method
SQL Server 2000
ReportingService.GetSystemProperties Method
Returns the value of one or more system properties.
Public Function GetSystemProperties( ByVal Properties() As [Namespace].Property ) As [Namespace].Property() Member of [Namespace].ReportingService
public [Namespace].Property[] GetSystemProperties( [Namespace].Property[] Properties ); Member of [Namespace].ReportingService
Parameters
- Properties
- An array of Property[] objects containing the names of the properties for which you want to retrieve values.
Return Value
An array of Property[] objects that contains the value of one or more system properties.
Permissions
| Operation | Description |
|---|---|
| Read System Properties | Required to view the system properties. |
Remarks
Use the GetSystemProperties method to retrieve the complete set of user-defined and reserved system properties. For a list of the reserved, system properties in the report server database, see Report Server System Properties.
If the Properties parameter is null (Nothing in Visual Basic), the GetSystemProperties method returns all system properties.
If a requested property is not found, no error is returned. The property is returned with no value.