Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Deletes a subscription from the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Sub DeleteSubscription ( _
SubscriptionID As String _
)
'Usage
Dim instance As ReportingService2005
Dim SubscriptionID As String
instance.DeleteSubscription(SubscriptionID)
public void DeleteSubscription(
string SubscriptionID
)
public:
void DeleteSubscription(
String^ SubscriptionID
)
member DeleteSubscription :
SubscriptionID:string -> unit
public function DeleteSubscription(
SubscriptionID : String
)
Parameter
- SubscriptionID
Typ: System.String
The ID of the subscription, returned by the CreateSubscription method.
Hinweise
The table below shows header and permissions information on this operation.
SOAP Headers |
(In) BatchHeaderValue (Out) ServerInfoHeaderValue |
Required Permissions |
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.