Subscription 클래스

Represents a subscription in the report server database.

상속 계층

System.Object
  ReportService2006.Subscription

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Class Subscription
‘사용 방법
Dim instance As Subscription
public class Subscription
public ref class Subscription
type Subscription =  class end
public class Subscription

Subscription 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 Subscription Initializes a new instance of the Subscription class.

맨 위로 이동

속성

  이름 설명
공용 속성 Active Gets the ActiveState object of a subscription.
공용 속성 DeliverySettings Gets the settings for the delivery extension of the subscription.
공용 속성 Description Gets a description of the format and the delivery method for the reports that are associated with the subscription.
공용 속성 EventType Gets the type of event that triggers the subscription.
공용 속성 IsDataDriven Gets a value that indicates whether the subscription is data-driven.
공용 속성 LastExecuted Gets the date and time the report server last executed the report.
공용 속성 LastExecutedSpecified Gets a value that indicates whether the LastExecuted property is specified.
공용 속성 ModifiedBy Gets the name of the user who last modified the subscription.
공용 속성 ModifiedDate Gets the date and time the user last modified the subscription.
공용 속성 Owner Gets the user name for the owner of the subscription.
공용 속성 Path Gets the fully qualified URL of the report that is associated with the subscription.
공용 속성 Report Gets the name of the report that is associated with the subscription.
공용 속성 Status Gets the status of a subscription.
공용 속성 SubscriptionID Gets the ID of the subscription.
공용 속성 VirtualPath Gets the virtual path of the report.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

A Subscription object is returned as output by the ListAllSubscriptions, ListMySubscriptions, and ListReportSubscriptions methods.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

ReportService2006 네임스페이스