TimeBinding.FiscalFirstMonth Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the first month of the fiscal period for a TimeBinding object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[EditorAttribute("Microsoft.AnalysisServices.Design.MonthOfYearPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[DefaultValueAttribute(1)]
public int FiscalFirstMonth { get; set; }
public:
[EditorAttribute("Microsoft.AnalysisServices.Design.MonthOfYearPropertyTypeEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[DefaultValueAttribute(1)]
property int FiscalFirstMonth {
    int get();
    void set(int value);
}
[<EditorAttribute("Microsoft.AnalysisServices.Design.MonthOfYearPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<DefaultValueAttribute(1)>]
member FiscalFirstMonth : int with get, set
<EditorAttribute("Microsoft.AnalysisServices.Design.MonthOfYearPropertyTypeEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<DefaultValueAttribute(1)>
Public Property FiscalFirstMonth As Integer

Property Value

Type: System.Int32

An Integer indicating the first month of the fiscal period for a TimeBinding object.

See Also

TimeBinding Class
Microsoft.AnalysisServices Namespace

Return to top