Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.