ReportingService2006.DeleteSubscription(String) メソッド

定義

サブスクリプションをレポート サーバー データベースから削除します。

public:
 void DeleteSubscription(System::String ^ SubscriptionID);
public void DeleteSubscription (string SubscriptionID);
member this.DeleteSubscription : string -> unit
Public Sub DeleteSubscription (SubscriptionID As String)

パラメーター

SubscriptionID
String

CreateSubscription(String, ExtensionSettings, String, String, String, ParameterValue[]) メソッドによって返されるサブスクリプションの ID です。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 <xref:Microsoft.SharePoint.SPBasePermissions.ManageAlerts> または (<xref:Microsoft.SharePoint.SPBasePermissions.CreateAlerts>、およびユーザーがサブスクリプションの所有者であり、サブスクリプションが定期的なサブスクリプションであること)

SubscriptionID パラメーターで指定したサブスクリプションを削除するには、そのサブスクリプションに関連付けられているレポートに対するサブスクリプションの削除権限を持っている必要があります。

適用対象