다음을 통해 공유


TimeBinding 클래스

Defines a derived data type that represents a binding to time periods. This class cannot be inherited.

상속 계층

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .Binding
        Microsoft.AnalysisServices..::..TimeBinding

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

구문

‘선언
<GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class TimeBinding _
    Inherits Binding
‘사용 방법
Dim instance As TimeBinding
[GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class TimeBinding : Binding
[GuidAttribute(L"FB05BD95-07DA-4e76-99A4-649C73E19F33")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class TimeBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("FB05BD95-07DA-4e76-99A4-649C73E19F33")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design")>]
type TimeBinding =  
    class
        inherit Binding
    end
public final class TimeBinding extends Binding

TimeBinding 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 TimeBinding Initializes a new instance of the TimeBinding class.

맨 위로 이동

속성

  이름 설명
공용 속성 CalendarEndDate Gets or sets the end date of the calendar period for a TimeBinding object.
공용 속성 CalendarLanguage Gets or sets the calendar language used for the TimeBinding element.
공용 속성 CalendarStartDate Gets or sets the start date of the calendar period for the TimeBinding object.
보호된 속성 CanRaiseEvents (Component에서 상속됨)
공용 속성 Container (Component에서 상속됨)
보호된 속성 DesignMode (Component에서 상속됨)
보호된 속성 Events (Component에서 상속됨)
공용 속성 FirstDayOfWeek Gets or sets the first day of the week for a TimeBinding object.
공용 속성 FiscalFirstDayOfMonth Gets or sets the first day of the fiscal month for a TimeBinding object.
공용 속성 FiscalFirstMonth Gets or sets the first month of the fiscal period for a TimeBinding object.
공용 속성 FiscalYearName Gets or sets the naming convention for the name of the fiscal year for a TimeBinding object.
공용 속성 ManufacturingExtraMonthQuarter Gets or sets the month of the manufacturing period to which an extra month is assigned for a TimeBinding object.
공용 속성 ManufacturingFirstMonth Gets or sets the first manufacturing month for a TimeBinding object.
공용 속성 ManufacturingFirstWeekOfMonth Gets or sets the first week of the manufacturing month for a TimeBinding object.
공용 속성 Parent Gets the parent object of the current object. (Binding에서 상속됨)
공용 속성 ReportingFirstMonth Gets or sets the first reporting month for the TimeBinding object.
공용 속성 ReportingFirstWeekOfMonth Gets or sets the first week of the reporting month for the TimeBinding object.
공용 속성 ReportingWeekToMonthPattern Gets or sets the reporting week-to-month pattern for the TimeBinding object.
공용 속성 Site (Component에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Clone Creates a new, full copy of an object. (Binding. . :: . .Clone() () () ()을(를) 재정의함)
보호된 메서드 CopyTo(Binding) Transfers a deep copy of current object to a specified binding. (Binding에서 상속됨)
공용 메서드 CopyTo(TimeBinding) Copies a TimeBinding object to the specified object.
공용 메서드 CreateObjRef (MarshalByRefObject에서 상속됨)
공용 메서드 Dispose() () () () (Component에서 상속됨)
보호된 메서드 Dispose(Boolean) (Component에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Component에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetLifetimeService (MarshalByRefObject에서 상속됨)
보호된 메서드 GetService (Component에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 InitializeLifetimeService (MarshalByRefObject에서 상속됨)
보호된 메서드 MemberwiseClone() () () () (Object에서 상속됨)
보호된 메서드 MemberwiseClone(Boolean) (MarshalByRefObject에서 상속됨)
공용 메서드 ToString (Component에서 상속됨)

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Disposed (Component에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 ICloneable. . :: . .Clone (Binding에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.