Metodo ReportingService2005.GetSystemProperties

Returns the value of one or more system properties.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Function GetSystemProperties ( _
    Properties As Property() _
) As Property()
'Utilizzo
Dim instance As ReportingService2005 
Dim Properties As Property()
Dim returnValue As Property()

returnValue = instance.GetSystemProperties(Properties)
public Property[] GetSystemProperties(
    Property[] Properties
)
public:
array<Property^>^ GetSystemProperties(
    array<Property^>^ Properties
)
member GetSystemProperties : 
        Properties:Property[] -> Property[] 
public function GetSystemProperties(
    Properties : Property[]
) : Property[]

Parametri

Valore restituito

Tipo: array<ReportService2005.Property[]
An array of Property objects that contains the value of one or more system properties.

Osservazioni

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ReadSystemProperties for all properties in the Properties array.

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 Proprietà di sistema del server di report.

If the Properties parameter is nullriferimento Null (Nothing in Visual Basic). (Nothing in Visual Basic), the GetSystemProperties method returns all system properties that you have the permission to view.

If a requested property is not found, no error is returned. The property is returned with no value.

Vedere anche

Riferimento

ReportingService2005 Classe

Spazio dei nomi ReportService2005