Share via


AlertManagement.DeleteAlertSession(Guid) メソッド

定義

警告セッションと未使用のデータ フィード定義 (フィード スキーマ、プレビュー データなど) をすべて削除します。

public:
 void DeleteAlertSession(Guid sessionId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertSessionRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertSession", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertSessionResponse")]
public void DeleteAlertSession (Guid sessionId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertSessionRsExceptionInfoFault", Name="RsExceptionInfo", Namespace="http://schemas.datacontract.org/2004/07/Microsoft.ReportingServices.Alerting.ServiceContract")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertSession", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertSessionResponse")>]
abstract member DeleteAlertSession : Guid -> unit
Public Sub DeleteAlertSession (sessionId As Guid)

パラメーター

sessionId
Guid

警告セッションの ID です。

属性

適用対象