다음을 통해 공유


AlertManagement.DeleteAlertDefinition(Guid) 메서드

정의

경고 정의를 삭제하도록 표시합니다.

public:
 void DeleteAlertDefinition(Guid alertDefinitionId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertDefinitionRsExceptionInfoFault", 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/DeleteAlertDefinition", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertDefinitionResponse")]
public void DeleteAlertDefinition (Guid alertDefinitionId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertDefinitionRsExceptionInfoFault", 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/DeleteAlertDefinition", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/DeleteAlertDefinitionResponse")>]
abstract member DeleteAlertDefinition : Guid -> unit
Public Sub DeleteAlertDefinition (alertDefinitionId As Guid)

매개 변수

alertDefinitionId
Guid

경고 정의 ID입니다.

특성

적용 대상