Share via


AlertManagement.GetAlertDefinition(Guid) Método

Definición

Devuelve la definición de alerta existente.

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

Parámetros

alertDefinitionId
Guid

Identificador de la definición de alerta.

Devoluciones

AlertDefinition

Registro de definición de alerta.

Atributos

Se aplica a