다음을 통해 공유


ScheduleDefinitionOrReference Class

Represents a schedule definition or a reference to a shared schedule.

네임스페이스: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
어셈블리: ReportService2005 (in reportingservice2005.dll)

구문

‘선언
<SerializableAttribute> _
<XmlIncludeAttribute(GetType(NoSchedule))> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
<XmlIncludeAttribute(GetType(ScheduleReference))> _
<XmlIncludeAttribute(GetType(ScheduleDefinition))> _
Public Class ScheduleDefinitionOrReference
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(NoSchedule))] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
[XmlIncludeAttribute(typeof(ScheduleReference))] 
[XmlIncludeAttribute(typeof(ScheduleDefinition))] 
public class ScheduleDefinitionOrReference
[SerializableAttribute] 
[XmlIncludeAttribute(typeof(NoSchedule))] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
[XmlIncludeAttribute(typeof(ScheduleReference))] 
[XmlIncludeAttribute(typeof(ScheduleDefinition))] 
public ref class ScheduleDefinitionOrReference
/** @attribute SerializableAttribute() */ 
/** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.NoSchedule) */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
/** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleReference) */ 
/** @attribute XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleDefinition) */ 
public class ScheduleDefinitionOrReference
SerializableAttribute 
XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.NoSchedule) 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleReference) 
XmlIncludeAttribute(Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleDefinition) 
public class ScheduleDefinitionOrReference

주의

Methods of the ReportingService2005 class use objects that inherit the ScheduleDefinitionOrReference class. The following table describes classes that implement ScheduleDefinitionOrReference.

Class

Description

NoSchedule

Represents a state in which no schedule is set as part of the execution settings for a report.

ScheduleDefinition

Represents a schedule definition.

ScheduleReference

Represents a reference to a shared schedule.

Inheritance Hierarchy

System.Object
  Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleDefinitionOrReference
     Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.NoSchedule
     Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleDefinition
     Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005.ScheduleReference

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

ScheduleDefinitionOrReference Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace