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


Subscription.DeliverySettings Property

The settings that are specific to the delivery extension of the subscription.

Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Сборка: ReportService2005 (in reportingservice2005.dll)

Синтаксис

'Декларация
Public Property DeliverySettings As ExtensionSettings
public ExtensionSettings DeliverySettings { get; set; }
public:
property ExtensionSettings^ DeliverySettings {
    ExtensionSettings^ get ();
    void set (ExtensionSettings^ value);
}
/** @property */
public ExtensionSettings get_DeliverySettings ()

/** @property */
public void set_DeliverySettings (ExtensionSettings value)
public function get DeliverySettings () : ExtensionSettings

public function set DeliverySettings (value : ExtensionSettings)

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

An ExtensionSettings value.

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

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.

См. также

Справочник

Subscription Class
Subscription Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace