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.
Gets or sets the naming convention for the name of the fiscal year for a TimeBinding object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property FiscalYearName As FiscalYearName
Get
Set
'Usage
Dim instance As TimeBinding
Dim value As FiscalYearName
value = instance.FiscalYearName
instance.FiscalYearName = value
public FiscalYearName FiscalYearName { get; set; }
public:
property FiscalYearName FiscalYearName {
FiscalYearName get ();
void set (FiscalYearName value);
}
member FiscalYearName : FiscalYearName with get, set
function get FiscalYearName () : FiscalYearName
function set FiscalYearName (value : FiscalYearName)
Property Value
Type: Microsoft.AnalysisServices.FiscalYearName
A FiscalYearName that indicates the naming convention for the name of the fiscal year for a TimeBinding object.