다음을 통해 공유


TimeBinding.FiscalYearName 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property FiscalYearName As FiscalYearName 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: Microsoft.AnalysisServices.FiscalYearName
A FiscalYearName that indicates the naming convention for the name of the fiscal year for a TimeBinding object.

참고 항목

참조

TimeBinding 클래스

Microsoft.AnalysisServices 네임스페이스