Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines which name to use for the fiscal year, the current calendar year or the next calendar year.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("AF4756F4-E056-40df-8289-CD526E0D37F5")> _
Public Enumeration FiscalYearName
'Usage
Dim instance As FiscalYearName
[GuidAttribute("AF4756F4-E056-40df-8289-CD526E0D37F5")]
public enum FiscalYearName
[GuidAttribute(L"AF4756F4-E056-40df-8289-CD526E0D37F5")]
public enum class FiscalYearName
[<GuidAttribute("AF4756F4-E056-40df-8289-CD526E0D37F5")>]
type FiscalYearName
public enum FiscalYearName
Members
Member name | Description | |
---|---|---|
CalendarYearName | Uses the current calendar year name. | |
NextCalendarYearName | Uses the next calendar year name. |
Remarks
New: 17 July 2006