Condividi tramite


Classe CalculationProperty

Represents a collection of user interface properties for a calculation used in an MdxScript. This class cannot be inherited.

Gerarchia di ereditarietà

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.CalculationProperty

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

Sintassi

'Dichiarazione
<GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760")> _
Public NotInheritable Class CalculationProperty _
    Inherits ModelComponent _
    Implements ICloneable
'Utilizzo
Dim instance As CalculationProperty
[GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760")]
public sealed class CalculationProperty : ModelComponent, 
    ICloneable
[GuidAttribute(L"B76F2594-6867-4e8a-B314-FA8372C31760")]
public ref class CalculationProperty sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760")>]
type CalculationProperty =  
    class 
        inherit ModelComponent 
        interface ICloneable 
    end
public final class CalculationProperty extends ModelComponent implements ICloneable

Nel tipo CalculationProperty sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CalculationProperty() Initializes a new instance of the CalculationProperty class using default values.
Metodo pubblico CalculationProperty(String) Initializes a new instance of CalculationProperty using a calculation reference parameter.
Metodo pubblico CalculationProperty(String, CalculationType) Initializes a new instance of CalculationProperty using a calculation reference and a type parameter.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica AssociatedMeasureGroupID Gets or sets an associated measure group identifier for a CalculationProperty object.
Proprietà pubblica BackColor Gets or sets the background color for a CalculationProperty object.
Proprietà pubblica CalculationReference Gets or sets the name of the calculation defined in the MDX script object.
Proprietà pubblica CalculationType Gets or sets the calculation type associated with a CalculationProperty object.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica Description Gets or sets the description of a CalculationProperty object.
Proprietà pubblica DisplayFolder Gets or sets the folder in which to list the parent CalculationProperty object.
Proprietà pubblica FontFlags Gets or sets font-related display characteristics of the CalculationProperty object.
Proprietà pubblica FontName Gets or sets font name of the CalculationProperty object.
Proprietà pubblica FontSize Gets or sets font name of the CalculationProperty object.
Proprietà pubblica ForeColor Gets or sets the foreground color for a CalculationProperty object.
Proprietà pubblica FormatString Gets or sets the display format for a CalculationProperty object.
Proprietà protetta FriendlyName Infrastruttura. Gets the friendly name of the ModelComponent. Ereditato da ModelComponent.
Proprietà protetta KeyForCollection Infrastruttura. Gets the key used in the collection. Ereditato da ModelComponent.
Proprietà pubblica Language Gets or sets the language associated with a CalculationProperty object.
Proprietà pubblica NonEmptyBehavior Gets or sets non-empty behavior for a parent CalculationProperty object.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Gets the MDX script that defines the parent of a CalculationProperty object.
Proprietà pubblica ParentCube Gets the parent Cube of the CalculationProperty object.
Proprietà pubblica ParentDatabase Gets the parent Database of the CalculationProperty object.
Proprietà pubblica ParentServer Gets the parent Server of the CalculationProperty object.
Proprietà pubblica Site Ereditato da Component.
Proprietà pubblica SolveOrder Gets or sets the solve order value for a CalculationProperty object.
Proprietà pubblica Translations Gets the translations associated with a CalculationProperty object.
Proprietà pubblica Visible Gets or sets the visibility property associated with a CalculationProperty object.
Proprietà pubblica VisualizationProperties Gets or sets the visualization properties

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent.
Metodo pubblico Clone Creates a new, full copy of an object.
Metodo pubblico CopyTo Copies a CalculationProperty 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 protetto RemoveFromContainer Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent.
Metodo pubblico Submit() Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico ToString Infrastruttura. Returns a string that represents the current object. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean) Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Indicates whether the calculation property is valid. Esegue l'override di ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).

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, full copy of an object.
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.OwningCollection Gets or sets the collection that owns the current object. Ereditato da ModelComponent.

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