ReportingService2005.DeleteSubscription Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Deletes a subscription from the report server database.

Syntax

'Declaration
Public Sub DeleteSubscription ( _
    SubscriptionID As String _
)
public void DeleteSubscription (
    string SubscriptionID
)
public:
void DeleteSubscription (
    String^ SubscriptionID
)
public void DeleteSubscription (
    String SubscriptionID
)
public function DeleteSubscription (
    SubscriptionID : String
)

Parameters

  • SubscriptionID
    The ID of the subscription.

Remarks

To delete the subscription specified in the SubscriptionID parameter, a user must have Delete Subscription permissions on the report that is associated with the subscription.

Use the ListSubscriptions method to retrieve a current list of subscriptions in the report server database.

Use this method to delete both standard and data-driven subscriptions.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

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