Compartir a través de


ScheduleDefinition.StartDateTime Property

Gets or sets the start date and time of a schedule.

Espacio de nombres: Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005
Ensamblado: ReportService2005 (in reportingservice2005.dll)

Sintaxis

'Declaración
Public Property StartDateTime As DateTime
public DateTime StartDateTime { get; set; }
public:
property DateTime StartDateTime {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_StartDateTime ()

/** @property */
public void set_StartDateTime (DateTime value)
public function get StartDateTime () : DateTime

public function set StartDateTime (value : DateTime)

Valor de propiedad

A DateTime value.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ScheduleDefinition Class
ScheduleDefinition Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace