Subscription 클래스

Represents a subscription in the report server database.

상속 계층

System.Object
  ReportService2005.Subscription

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.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 The ActiveState object of a subscription.
공용 속성 DeliverySettings The settings that are specific to the delivery extension of the subscription.
공용 속성 Description A description of the format and the delivery method for the reports that are associated with the subscription.
공용 속성 EventType The type of event that triggers the subscription.
공용 속성 IsDataDriven Indicates whether the subscription is data driven.
공용 속성 LastExecuted The date and time that the report server last executed the report.
공용 속성 LastExecutedSpecified Gets or sets a value that indicates whether the LastExecuted property is specified.
공용 속성 ModifiedBy The name of the user who last modified the subscription. Read-only.
공용 속성 ModifiedDate The date and time that the user last modified the subscription. Read-only.
공용 속성 Owner The user name of the owner of the subscription. Read-only.
공용 속성 Path The full path name of the report that is associated with the subscription.
공용 속성 Report The name of the report that is associated with the subscription.
공용 속성 Status The status of a subscription. Read-only.
공용 속성 SubscriptionID The ID of the subscription.
공용 속성 VirtualPath The virtual path to the report (if the report is located in the user's My Reports folder).

맨 위로 이동

메서드

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

맨 위로 이동

주의

A Subscription object is returned as output by the ListSubscriptions and ListSubscriptionsUsingDataSource methods.

스레드 보안

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

참고 항목

참조

ReportService2005 네임스페이스