다음을 통해 공유


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

적용 대상