Condividi tramite


Classe TimeBinding

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo TimeBinding sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico TimeBinding Initializes a new instance of the TimeBinding class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CalendarEndDate Gets or sets the end date of the calendar period for a TimeBinding object.
Proprietà pubblica CalendarLanguage Gets or sets the calendar language used for the TimeBinding element.
Proprietà pubblica CalendarStartDate Gets or sets the start date of the calendar period for the TimeBinding object.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica FirstDayOfWeek Gets or sets the first day of the week for a TimeBinding object.
Proprietà pubblica FiscalFirstDayOfMonth Gets or sets the first day of the fiscal month for a TimeBinding object.
Proprietà pubblica FiscalFirstMonth Gets or sets the first month of the fiscal period for a TimeBinding object.
Proprietà pubblica FiscalYearName Gets or sets the naming convention for the name of the fiscal year for a TimeBinding object.
Proprietà pubblica ManufacturingExtraMonthQuarter Gets or sets the month of the manufacturing period to which an extra month is assigned for a TimeBinding object.
Proprietà pubblica ManufacturingFirstMonth Gets or sets the first manufacturing month for a TimeBinding object.
Proprietà pubblica ManufacturingFirstWeekOfMonth Gets or sets the first week of the manufacturing month for a TimeBinding object.
Proprietà pubblica Parent Gets the parent object of the current object. Ereditato da Binding.
Proprietà pubblica ReportingFirstMonth Gets or sets the first reporting month for the TimeBinding object.
Proprietà pubblica ReportingFirstWeekOfMonth Gets or sets the first week of the reporting month for the TimeBinding object.
Proprietà pubblica ReportingWeekToMonthPattern Gets or sets the reporting week-to-month pattern for the TimeBinding object.
Proprietà pubblica Site Ereditato da Component.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates a new, full copy of an object. Esegue l'override di Binding.Clone().
Metodo pubblico CopyTo Copies a TimeBinding object to the specified object.
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico ToString Ereditato da Component.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a new copy of the object instance. Ereditato da Binding.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices