Compartilhar via


Classe Measure

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

Hierarquia de herança

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")> _
Public NotInheritable Class Measure _
    Inherits NamedComponent _
    Implements ICloneable
'Uso
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

O tipo Measure expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Measure() Initializes a new instance of Measure using the default values.
Método público Measure(String) Initializes a new instance of Measure using a name.
Método público Measure(String, String) Initializes a new instance of Measure using a name and an identifier.

Início

Propriedades

  Nome Descrição
Propriedade pública AggregateFunction Gets or sets the aggregate function applied to current measure.
Propriedade pública Annotations Gets a collection within which you can store custom data. (Herdado de ModelComponent.)
Propriedade pública BackColor Gets or sets the BackColor for display of a Measure.
Propriedade pública Container (Herdado de Component.)
Propriedade pública DataType Gets or sets the current measure data type.
Propriedade pública Description Gets or sets the description of the component. (Herdado de NamedComponent.)
Propriedade pública DisplayFolder Gets or sets the DisplayFolder information of the Measure, for use by clients.
Propriedade pública FontFlags Gets or sets the FontFlags information of the Measure, for use by clients.
Propriedade pública FontName Gets or sets the FontName information of the Measure, for use by clients.
Propriedade pública FontSize Gets or sets the FontSize information of the Measure, for use by clients.
Propriedade pública ForeColor Gets or sets the ForeColor information of the Measure, for use by clients.
Propriedade pública FormatString Gets or sets the FormatString information of the Measure, for use by clients.
Propriedade protegida FriendlyName Returns a user-friendly name. (Herdado de NamedComponent.)
Propriedade pública ID Gets or sets the identifier of the component. (Herdado de NamedComponent.)
Propriedade pública IsLinked Gets or sets a value that indicates whether the current measure is linked.
Propriedade protegida KeyForCollection Returns the key used in collections. (Herdado de NamedComponent.)
Propriedade pública MeasureExpression Gets or sets the measure expression.
Propriedade pública Name Gets or sets the name of the component. (Herdado de NamedComponent.)
Propriedade pública OwningCollection Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.)
Propriedade pública Parent Gets the MeasureGroup that is the parent of the Measure.
Propriedade pública ParentCube Gets the Cube object that is the parent of the Measure object.
Propriedade pública ParentDatabase Gets the Database object that is the parent of the Measure.
Propriedade pública ParentServer Gets the Server object that is the parent of the Measure.
Propriedade pública Site Infraestrutura. Gets or sets the site of the component. (Herdado de NamedComponent.)
Propriedade pública SiteID Infraestrutura. Gets or sets the identifier for the site associated with the component. (Herdado de NamedComponent.)
Propriedade pública Source Gets or sets the data item source for the current measure.
Propriedade pública Translations Gets the TranslationCollection object for the current measure.
Propriedade pública Visible Gets or sets whether the Measure should be visible to the client.

Início

Métodos

  Nome Descrição
Método protegido AddToContainer Infraestrutura. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.)
Método protegido AfterInsert Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.)
Método protegido AfterMove Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.)
Método protegido AfterRemove Infraestrutura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Herdado de ModelComponent.)
Método protegido BeforeRemove Infraestrutura. Removes the ModelComponent object before the cleanup. (Herdado de ModelComponent.)
Método público Clone Creates a new full copy of an object.
Método público CopyTo Copies a Measure to the specified object.
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido RemoveFromContainer Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.)
Método público Submit() Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público Submit(Boolean) Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.)
Método público ToString Returns a string containing the name of the component. (Herdado de NamedComponent.)
Método público Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.)
Método público 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. (Herdado de ModelComponent.)
Método público Validate(ValidationErrorCollection, Boolean, ServerEdition) Determines whether the Measure is valid. (Substitui NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates a new copy of this object instance.
Implementações de interfaces explícitasMétodo privado IFormattable.ToString Formats the value of the current instance using the specified format. (Herdado de NamedComponent.)
Implementações de interfaces explícitasPropriedade privada IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.)
Implementações de interfaces explícitasPropriedade privada IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (Herdado de ModelComponent.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices