AlertManagement.GetAlertSchedule(Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回现有警报定义的警报计划定义。
public:
AlertingWcfProxy::AlertSchedule ^ GetAlertSchedule(Guid alertDefinitionId);
[System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetAlertScheduleRsExceptionInfoFault", 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/GetAlertSchedule", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetAlertScheduleResponse")]
public AlertingWcfProxy.AlertSchedule GetAlertSchedule (Guid alertDefinitionId);
[<System.ServiceModel.FaultContract(typeof(AlertingWcfProxy.RsExceptionInfo), Action="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetAlertScheduleRsExceptionInfoFault", 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/GetAlertSchedule", ReplyAction="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement/AlertManagement/GetAlertScheduleResponse")>]
abstract member GetAlertSchedule : Guid -> AlertingWcfProxy.AlertSchedule
Public Function GetAlertSchedule (alertDefinitionId As Guid) As AlertSchedule
参数
- alertDefinitionId
- Guid
警报定义 ID。
返回
警报计划记录。
- 属性