AlertManagement 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示允许程序化创建、列出、更新和删除警报定义的操作契约。
public interface class AlertManagement
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContract(ConfigurationName="AlertingWcfProxy.AlertManagement", Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement")]
public interface AlertManagement
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ServiceModel.ServiceContract(ConfigurationName="AlertingWcfProxy.AlertManagement", Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/10/01/AlertManagement")>]
type AlertManagement = interface
Public Interface AlertManagement
- 派生
- 属性
方法
| 名称 | 说明 |
|---|---|
| CreateAlertDefinition(AlertDefinitionCreate, AlertSchedule, DeliveryTarget) |
从当前会话创建警报定义。 |
| CreateSession(String, String, Int32, String) |
创建警报用户会话,填充相关的信息流定义、模式和预览数据。 |
| CreateSessionForEdit(Guid, Int32) |
为现有的警报定义创建一个新的警报会话。 |
| CreateSessionForEditAsCopy(Guid) |
通过复制现有数据流定义模式,为现有警报定义创建一个新的警报会话。 |
| DeleteAlertDefinition(Guid) |
标记了删除警报定义。 |
| DeleteAlertSession(Guid) |
删除警报会话及所有未使用的数据源定义,包括数据源模式和预览数据。 |
| GetAlertDefinition(Guid) |
返回现有的警报定义。 |
| GetAlertSchedule(Guid) |
返回现有警报定义的警报调度定义。 |
| GetDataFeedDefinitionsForSession(Guid) |
返回警报用户会话的数据流定义列表。 |
| GetDeliveryTargets(Guid) |
返回现有警报定义的传递目标集合。 |
| GetFeedPreviewData(Guid) |
返回数据流预览记录列表。 |
| GetFeedSchema(Guid) |
返回订阅定义列的列表。 |
| ListAlertDefinitions(String) |
返回当前用户针对特定项目的警报定义集合。 |
| ListAlertDefinitionsAdmin(Guid) |
返回特定站点和用户登录名的警报定义列表。 |
| ListUsersAdmin(String) |
返回创建警报定义的 SharePoint 网站上的用户列表。 |