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

適用対象