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サイト上のユーザーリストを返します。 |