AlertManagement 接口

定义

表示允许以编程方式创建、列出、更新和删除警报定义的操作约定。

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 站点上用户的列表。

适用于