Partager via


IDeliveryReportServerInformation.ServerSettings Property

Gets the setting values for the current extension.

Espace de noms: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property ServerSettings As Setting()
Setting[] ServerSettings { get; }
property array<Setting^>^ ServerSettings {
    array<Setting^>^ get ();
}
/** @property */
Setting[] get_ServerSettings ()
function get ServerSettings () : Setting[]

Valeur de propriété

An array of Setting objects.

Notes

This property is intended to be used only in delivery extension user interfaces. It enables the extension to retrieve any setting information from the report server database for the current extension.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

IDeliveryReportServerInformation Interface
IDeliveryReportServerInformation Members
Microsoft.ReportingServices.Interfaces Namespace