Поделиться через


TimeBinding.FiscalYearName Property

Gets or sets the naming convention for the name of the fiscal year for a TimeBinding object.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<DefaultValueAttribute(FiscalYearName.NextCalendarYearName)> _
Public Property FiscalYearName As FiscalYearName
[DefaultValueAttribute(FiscalYearName.NextCalendarYearName)] 
public FiscalYearName FiscalYearName { get; set; }
[DefaultValueAttribute(FiscalYearName::NextCalendarYearName)] 
public:
property FiscalYearName FiscalYearName {
    FiscalYearName get ();
    void set (FiscalYearName value);
}
/** @property */
public FiscalYearName get_FiscalYearName ()

/** @property */
public void set_FiscalYearName (FiscalYearName value)
public function get FiscalYearName () : FiscalYearName

public function set FiscalYearName (value : FiscalYearName)

Значение свойства

A FiscalYearName that indicates the naming convention for the name of the fiscal year for a TimeBinding object.

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TimeBinding Class
TimeBinding Members
Microsoft.AnalysisServices Namespace