ScheduleDefinition.Item Property
スケジュールの定期的なパターンを取得または設定します。
名前空間: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
アセンブリ: ReportService2005 (reportingservice2005.dll 内)
構文
'宣言
<XmlElementAttribute("MonthlyDOWRecurrence", GetType(MonthlyDOWRecurrence))> _
<XmlElementAttribute("DailyRecurrence", GetType(DailyRecurrence))> _
<XmlElementAttribute("MinuteRecurrence", GetType(MinuteRecurrence))> _
<XmlElementAttribute("WeeklyRecurrence", GetType(WeeklyRecurrence))> _
<XmlElementAttribute("MonthlyRecurrence", GetType(MonthlyRecurrence))> _
Public Property Item As RecurrencePattern
[XmlElementAttribute("MonthlyDOWRecurrence", typeof(MonthlyDOWRecurrence))]
[XmlElementAttribute("DailyRecurrence", typeof(DailyRecurrence))]
[XmlElementAttribute("MinuteRecurrence", typeof(MinuteRecurrence))]
[XmlElementAttribute("WeeklyRecurrence", typeof(WeeklyRecurrence))]
[XmlElementAttribute("MonthlyRecurrence", typeof(MonthlyRecurrence))]
public RecurrencePattern Item { get; set; }
[XmlElementAttribute(L"MonthlyDOWRecurrence", typeof(MonthlyDOWRecurrence))]
[XmlElementAttribute(L"DailyRecurrence", typeof(DailyRecurrence))]
[XmlElementAttribute(L"MinuteRecurrence", typeof(MinuteRecurrence))]
[XmlElementAttribute(L"WeeklyRecurrence", typeof(WeeklyRecurrence))]
[XmlElementAttribute(L"MonthlyRecurrence", typeof(MonthlyRecurrence))]
public:
property RecurrencePattern^ Item {
RecurrencePattern^ get ();
void set (RecurrencePattern^ value);
}
/** @property */
public RecurrencePattern get_Item ()
/** @property */
public void set_Item (RecurrencePattern value)
public function get Item () : RecurrencePattern
public function set Item (value : RecurrencePattern)
プロパティ値
RecurrencePattern オブジェクトです。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ScheduleDefinition Class
ScheduleDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace