Condividi tramite


Classe Measure

Defines a fact attribute for which an aggregation is obtained. This class cannot be inherited.

Gerarchia di ereditarietà

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices. . :: . .NamedComponent
          Microsoft.AnalysisServices..::..Measure

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

Sintassi

'Dichiarazione
<GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")> _
Public NotInheritable Class Measure _
    Inherits NamedComponent _
    Implements ICloneable
'Utilizzo
Dim instance As Measure
[GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public sealed class Measure : NamedComponent, 
    ICloneable
[GuidAttribute(L"0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public ref class Measure sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")>]
type Measure =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class Measure extends NamedComponent implements ICloneable

Nel tipo Measure sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Measure() () () () Initializes a new instance of Measure using the default values.
Metodo pubblico Measure(String) Initializes a new instance of Measure using a name.
Metodo pubblico Measure(String, String) Initializes a new instance of Measure using a name and an identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AggregateFunction Gets or sets the aggregate function applied to current measure.
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica BackColor Gets or sets the BackColor for display of a Measure.
Proprietà protetta CanRaiseEvents Ereditato da Component.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica DataType Gets or sets the current measure data type.
Proprietà pubblica Description Ereditato da NamedComponent.
Proprietà protetta DesignMode Ereditato da Component.
Proprietà pubblica DisplayFolder Gets or sets the DisplayFolder information of the Measure, for use by clients.
Proprietà protetta Events Ereditato da Component.
Proprietà pubblica FontFlags Gets or sets the FontFlags information of the Measure, for use by clients.
Proprietà pubblica FontName Gets or sets the FontName information of the Measure, for use by clients.
Proprietà pubblica FontSize Gets or sets the FontSize information of the Measure, for use by clients.
Proprietà pubblica ForeColor Gets or sets the ForeColor information of the Measure, for use by clients.
Proprietà pubblica FormatString Gets or sets the FormatString information of the Measure, for use by clients.
Proprietà protetta FriendlyName Ereditato da NamedComponent.
Proprietà pubblica ID Ereditato da NamedComponent.
Proprietà pubblica IsLinked
Proprietà protetta KeyForCollection Ereditato da NamedComponent.
Proprietà pubblica MeasureExpression
Proprietà pubblica Name Ereditato da NamedComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Gets the MeasureGroup that is the parent of the Measure.
Proprietà pubblica ParentCube Gets the Cube object that is the parent of the Measure object.
Proprietà pubblica ParentDatabase Gets the Database object that is the parent of the Measure.
Proprietà pubblica ParentServer Gets the Server object that is the parent of the Measure.
Proprietà pubblica Site Ereditato da NamedComponent.
Proprietà pubblica SiteID Ereditato da NamedComponent.
Proprietà pubblica Source Gets or sets the data item source for the current measure.
Proprietà pubblica Translations Gets the TranslationCollection object for the current measure.
Proprietà pubblica Visible Gets or sets whether the Measure should be visible to the client.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Clone Creates a new full copy of an object.
Metodo pubblico CopyTo(Measure) Copies a Measure to the specified object.
Metodo protetto CopyTo(ModelComponent) Infrastruttura. Ereditato da ModelComponent.
Metodo protetto CopyTo(NamedComponent) Ereditato da NamedComponent.
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico Dispose() () () () Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Ereditato da ModelComponent.
Metodo protetto Reset Ereditato da NamedComponent.
Metodo pubblico Submit() () () () Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Ereditato da ModelComponent.
Metodo pubblico ToString Ereditato da NamedComponent.
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) Esegue l'override di NamedComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

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.