Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Describes the current execution setting of a report.
Пространство имен: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Сборка: ReportService2005 (in reportingservice2005.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration ExecutionSettingEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum ExecutionSettingEnum
[SerializableAttribute]
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")]
public enum class ExecutionSettingEnum
/** @attribute SerializableAttribute() */
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */
public enum ExecutionSettingEnum
SerializableAttribute
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")
public enum ExecutionSettingEnum
Members
| Member name | Description |
|---|---|
| Live | The report runs with current data. |
| Snapshot | The report runs based on a snapshot in report history. |
Замечания
The ExecutionSettingEnum enumeration is returned as output by the GetExecutionOptions method and is passed as input to the SetExecutionOptions method.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace