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
- 衍生
- 屬性
方法
| 名稱 | Description |
|---|---|
| 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 網站使用者清單。 |