Subscription 클래스

정의

구독을 나타냅니다.

public ref class Subscription
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Subscription
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Subscription = class
Public Class Subscription
상속
Subscription
특성

설명

Subscription 개체는 및 ListMySubscriptions 메서드에 ListSubscriptionsUsingDataSource 의해 출력으로 반환됩니다.

생성자

Subscription()

Subscription 클래스의 새 인스턴스를 초기화합니다.

속성

Active

구독의 ActiveState 개체를 가져옵니다.

DeliverySettings

구독의 배달 확장 프로그램에 대한 설정을 가져옵니다.

Description

구독과 연결된 보고서의 배달 방법과 형식에 대한 설명을 가져옵니다.

EventType

구독을 트리거하는 이벤트의 유형을 가져옵니다.

IsDataDriven

구독이 데이터 기반인지 여부를 나타내는 값을 가져옵니다.

LastExecuted

보고서 서버에서 보고서를 마지막으로 실행한 날짜와 시간을 가져옵니다.

LastExecutedSpecified

LastExecuted 속성이 지정되었는지 여부를 나타내는 값을 가져옵니다.

ModifiedBy

구독을 마지막으로 수정한 사용자의 이름을 가져옵니다.

ModifiedDate

사용자가 구독을 마지막으로 수정한 날짜와 시간을 가져옵니다.

Owner

구독 소유자의 사용자 이름을 가져옵니다.

Path

구독과 연결된 보고서의 정규화된 URL을 가져옵니다.

Report

구독과 연결된 보고서의 이름을 가져옵니다.

Status

구독의 상태를 가져옵니다.

SubscriptionID

구독의 ID를 가져옵니다.

VirtualPath

보고서의 가상 경로를 가져오거나 설정합니다.

적용 대상