Subscription.DeliverySettings Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public ExtensionSettings DeliverySettings { get; set; }
public:
property ExtensionSettings^ DeliverySettings {
    ExtensionSettings^ get();
    void set(ExtensionSettings^ value);
}
member DeliverySettings : ExtensionSettings with get, set
Public Property DeliverySettings As ExtensionSettings

Property Value

Type: ReportService2005.ExtensionSettings

An ExtensionSettings value.

See Also

Subscription Class
ReportService2005 Namespace

Return to top