다음을 통해 공유


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입니다.

특성

적용 대상