Поделиться через


IDeliveryReportServerInformation.ServerSettings Property

Gets the setting values for the current extension.

Пространство имен: Microsoft.ReportingServices.Interfaces
Сборка: Microsoft.ReportingServices.Interfaces (in microsoft.reportingservices.interfaces.dll)

Синтаксис

'Декларация
ReadOnly Property ServerSettings As Setting()
Setting[] ServerSettings { get; }
property array<Setting^>^ ServerSettings {
    array<Setting^>^ get ();
}
/** @property */
Setting[] get_ServerSettings ()
function get ServerSettings () : Setting[]

Значение свойства

An array of Setting objects.

Замечания

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.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

IDeliveryReportServerInformation Interface
IDeliveryReportServerInformation Members
Microsoft.ReportingServices.Interfaces Namespace