Compartir a través de


TimeBinding.ReportingWeekToMonthPattern Property

Gets or sets the reporting week-to-month pattern for the TimeBinding object.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)> _
Public Property ReportingWeekToMonthPattern As ReportingWeekToMonthPattern
[DefaultValueAttribute(ReportingWeekToMonthPattern.Weeks445)] 
public ReportingWeekToMonthPattern ReportingWeekToMonthPattern { get; set; }
[DefaultValueAttribute(ReportingWeekToMonthPattern::Weeks445)] 
public:
property ReportingWeekToMonthPattern ReportingWeekToMonthPattern {
    ReportingWeekToMonthPattern get ();
    void set (ReportingWeekToMonthPattern value);
}
/** @property */
public ReportingWeekToMonthPattern get_ReportingWeekToMonthPattern ()

/** @property */
public void set_ReportingWeekToMonthPattern (ReportingWeekToMonthPattern value)
public function get ReportingWeekToMonthPattern () : ReportingWeekToMonthPattern

public function set ReportingWeekToMonthPattern (value : ReportingWeekToMonthPattern)

Valor de propiedad

A week-to-month pattern.

Notas

For more information on the week-to-month pattern, see ReportingWeekToMonthPattern Element (ASSL).

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

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace