次の方法で共有


WeekNumberEnum Enumeration

定期的なレポートを実行する週を表します。

名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
アセンブリ: ReportService2005 (reportingservice2005.dll 内)

構文

'宣言
<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")> _
Public Enumeration WeekNumberEnum
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum WeekNumberEnum
[SerializableAttribute] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices")] 
public enum class WeekNumberEnum
/** @attribute SerializableAttribute() */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") */ 
public enum WeekNumberEnum
SerializableAttribute 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices") 
public enum WeekNumberEnum

メンバ

メンバ名 説明
FirstWeek 月の初日から 7 日までの間にレポートを実行します。
FourthWeek 月の 22 日から 28 日までの間にレポートを実行します。
LastWeek 月の最後の 7 日間にレポートを実行します。
SecondWeek 月の 8 日から 14 日までの間にレポートを実行します。
ThirdWeek 月の 15 日から 21 日までの間にレポートを実行します。

解説

WeekNumberEnum 列挙は、MonthlyDOWRecurrence クラスの WhichWeek プロパティで使用します。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace