Compartilhar via


Classe MeasureGroupDimension

Represents the relationship between a dimension and a measure group. Each MeasureGroupDimension is a reference to one of the dimensions on the host cube, and defines which cube dimensions apply to the measure group.

Hierarquia de herança

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.MeasureGroupDimension
          Microsoft.AnalysisServices.DataMiningMeasureGroupDimension
          Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension
          Microsoft.AnalysisServices.RegularMeasureGroupDimension

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

Sintaxe

'Declaração
<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")> _
Public MustInherit Class MeasureGroupDimension _
    Inherits ModelComponent _
    Implements ICloneable
'Uso
Dim instance As MeasureGroupDimension
[GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public abstract class MeasureGroupDimension : ModelComponent, 
    ICloneable
[GuidAttribute(L"9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public ref class MeasureGroupDimension abstract : public ModelComponent, 
    ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")>]
type MeasureGroupDimension =  
    class 
        inherit ModelComponent 
        interface ICloneable 
    end
public abstract class MeasureGroupDimension extends ModelComponent implements ICloneable

O tipo MeasureGroupDimension expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido MeasureGroupDimension() Initializes a new instance of the MeasureGroupDimension class using default values.
Método protegido MeasureGroupDimension(String) Initializes a new instance of the MeasureGroupDimension using an identifier.

Início

Propriedades

  Nome Descrição
Propriedade pública Annotations Gets a collection within which you can store custom data. (Herdado de ModelComponent.)
Propriedade protegida CanRaiseEvents (Herdado de Component.)
Propriedade pública Container (Herdado de Component.)
Propriedade pública CubeDimension Gets a cube dimension associated with a MeasureGroupDimension.
Propriedade pública CubeDimensionID Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role.
Propriedade protegida DesignMode (Herdado de Component.)
Propriedade pública Dimension Gets the information for a Dimension.
Propriedade protegida Events (Herdado de Component.)
Propriedade protegida FriendlyName Infraestrutura. Gets or sets the friendly name for the MeasureGroupDimension object. (Substitui ModelComponent.FriendlyName.)
Propriedade protegida KeyForCollection Infraestrutura. Returns the key used in collections. (Substitui ModelComponent.KeyForCollection.)
Propriedade pública OwningCollection Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.)
Propriedade pública Parent Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object.
Propriedade pública ParentCube Gets the Cube object that is the parent of the MeasureGroupDimension object.
Propriedade pública ParentDatabase Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object.
Propriedade pública ParentServer Gets the Server object that is the parent of the MeasureGroupDimension object.
Propriedade pública Site (Herdado de Component.)
Propriedade pública Source Gets or sets the binding to the source object from which to get data.

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. Removes the MeasureGroupDimension object after the cleanup in the collection. (Substitui ModelComponent.AfterRemove(ModelComponentCollection).)
Método protegido BeforeRemove Infraestrutura. Removes the MeasureGroupDimension object before the cleanup. (Substitui ModelComponent.BeforeRemove(Boolean).)
Método público Clone Returns a clone of the object.
Método público CopyTo(MeasureGroupDimension) Copies an MeasureGroupDimension object to the specified object.
Método protegido CopyTo(ModelComponent) Infraestrutura. Copies a ModelComponent object to the specified object. (Herdado de ModelComponent.)
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose() (Herdado de Component.)
Método protegido Dispose(Boolean) (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Component.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido GetService (Herdado de Component.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método protegido MemberwiseClone() (Herdado de Object.)
Método protegido MemberwiseClone(Boolean) (Herdado de MarshalByRefObject.)
Método protegido RemoveFromContainer Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.)
Método protegido Reset Infraestrutura. Resets the component to an initial state. (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 Represents the MeasureGroupDimension object as a String. (Substitui ModelComponent.ToString().)
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) Indicates whether the MeasureGroupDimension object is correctly configured. (Substitui ModelComponent.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 and returns a new object that is a copy of the current instance of this MeasureGroupDimension object.
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