다음을 통해 공유


AlertManagement.GetAlertDefinition(Guid) 메서드

정의

기존 경고 정의를 반환합니다.

public:
 AlertingWcfProxy::AlertDefinition ^ GetAlertDefinition(Guid alertDefinitionId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetAlertDefinitionRsExceptionInfoFault", 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/GetAlertDefinition", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetAlertDefinitionResponse")]
public AlertingWcfProxy.AlertDefinition GetAlertDefinition (Guid alertDefinitionId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetAlertDefinitionRsExceptionInfoFault", 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/GetAlertDefinition", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetAlertDefinitionResponse")>]
abstract member GetAlertDefinition : Guid -> AlertingWcfProxy.AlertDefinition
Public Function GetAlertDefinition (alertDefinitionId As Guid) As AlertDefinition

매개 변수

alertDefinitionId
Guid

경고 정의 ID입니다.

반환

AlertDefinition

경고 정의 레코드입니다.

특성

적용 대상