TimeBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a derived data type that represents a binding to time periods. This class cannot be inherited.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design.AS")]
[System.Runtime.InteropServices.Guid("FB05BD95-07DA-4e76-99A4-649C73E19F33")]
public sealed class TimeBinding : Microsoft.AnalysisServices.Binding
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.TimeStructureTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
[<System.Runtime.InteropServices.Guid("FB05BD95-07DA-4e76-99A4-649C73E19F33")>]
type TimeBinding = class
inherit Binding
Public NotInheritable Class TimeBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
TimeBinding() |
Properties
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. |
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. (Inherited from 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. |
Methods
Clone() |
Returns a copy of the TimeBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
CopyTo(TimeBinding) |
Copies a TimeBinding object to the specified object. |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |