Share via


ActiveState.DeliveryExtensionRemoved Property

 

Applies To: SQL Server 2016 Preview

Indicates whether a delivery extension that is specified in a subscription has been removed from the report server database. Boolean. Read-only.

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

Syntax

public bool DeliveryExtensionRemoved { get; set; }
public:
property bool DeliveryExtensionRemoved {
    bool get();
    void set(bool value);
}
member DeliveryExtensionRemoved : bool with get, set
Public Property DeliveryExtensionRemoved As Boolean

Property Value

Type: System.Boolean

A Boolean value indicating whether a delivery extension that is specified in a subscription has been removed from the report server database.

Remarks

The value for the DeliveryExtensionRemoved property has a corresponding DeliveryExtensionRemovedSpecified property in the Web service proxy class. Because DeliveryExtensionRemoved is read-only and cannot be set by end users, you do not need to specify this property. For more information about specifying properties, see Omitting Values for Optional Web Service Objects.

See Also

ActiveState Class
ReportService2005 Namespace

Return to top