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


Метод ReportingService2006.DeleteSubscription

Deletes a subscription from the report server database.

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Sub DeleteSubscription ( _
    SubscriptionID As String _
)
'Применение
Dim instance As ReportingService2006 
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
)

Параметры

Замечания

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ManageAlerts OR (CreateAlerts AND the user is the subscription owner AND the subscription is a scheduled subscription)

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.

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006