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
파생
특성

메서드

Name 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 사이트의 사용자 목록을 반환합니다.

적용 대상