Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the week of the month in which a scheduled report runs.
Spazio dei nomi: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Assembly : ReportService2005 (in reportingservice2005.dll)
Sintassi
'Dichiarazione
Public Property WhichWeek As WeekNumberEnum
public WeekNumberEnum WhichWeek { get; set; }
public:
property WeekNumberEnum WhichWeek {
WeekNumberEnum get ();
void set (WeekNumberEnum value);
}
/** @property */
public WeekNumberEnum get_WhichWeek ()
/** @property */
public void set_WhichWeek (WeekNumberEnum value)
public function get WhichWeek () : WeekNumberEnum
public function set WhichWeek (value : WeekNumberEnum)
Valore proprietà
A WeekNumberEnum value.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
MonthlyDOWRecurrence Class
MonthlyDOWRecurrence Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace