Compartilhar via


Classe DataMiningMeasureGroupDimension

Represents the relationship between a measure group and a data dimension.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<GuidAttribute("D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")> _
Public NotInheritable Class DataMiningMeasureGroupDimension _
    Inherits MeasureGroupDimension
'Uso
Dim instance As DataMiningMeasureGroupDimension
[GuidAttribute("D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")]
public sealed class DataMiningMeasureGroupDimension : MeasureGroupDimension
[GuidAttribute(L"D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")]
public ref class DataMiningMeasureGroupDimension sealed : public MeasureGroupDimension
[<SealedAttribute>]
[<GuidAttribute("D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")>]
type DataMiningMeasureGroupDimension =  
    class 
        inherit MeasureGroupDimension 
    end
public final class DataMiningMeasureGroupDimension extends MeasureGroupDimension

O tipo DataMiningMeasureGroupDimension expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DataMiningMeasureGroupDimension() Initializes a new instance of the DataMiningMeasureGroupDimension class.
Método público DataMiningMeasureGroupDimension(String, String) Initializes a new instance of the DataMiningMeasureGroupDimension class with the specified dimension id.

Início

Propriedades

  Nome Descrição
Propriedade pública Annotations Gets a collection within which you can store custom data. (Herdado de ModelComponent.)
Propriedade pública CaseCubeDimension Gets a cube dimension associated with the data mining.
Propriedade pública CaseCubeDimensionID Gets or sets the identifier of the cube dimension that relates the data mining dimension to the measure group.
Propriedade pública Container (Herdado de Component.)
Propriedade pública CubeDimension Gets a cube dimension associated with a MeasureGroupDimension. (Herdado de MeasureGroupDimension.)
Propriedade pública CubeDimensionID Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. (Herdado de MeasureGroupDimension.)
Propriedade pública Dimension Gets the information for a Dimension. (Herdado de MeasureGroupDimension.)
Propriedade protegida FriendlyName Infraestrutura. Gets or sets the friendly name for the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.)
Propriedade protegida KeyForCollection Infraestrutura. Returns the key used in collections. (Herdado de MeasureGroupDimension.)
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. (Herdado de MeasureGroupDimension.)
Propriedade pública ParentCube Gets the Cube object that is the parent of the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.)
Propriedade pública ParentDatabase Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.)
Propriedade pública ParentServer Gets the Server object that is the parent of the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.)
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. (Herdado de MeasureGroupDimension.)

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. (Herdado de MeasureGroupDimension.)
Método protegido BeforeRemove Infraestrutura. Removes the MeasureGroupDimension object before the cleanup. (Herdado de MeasureGroupDimension.)
Método público Clone Returns a clone of the object. (Substitui MeasureGroupDimension.Clone().)
Método público CopyTo(DataMiningMeasureGroupDimension) Copies the content of this object to another object.
Método público CopyTo(MeasureGroupDimension) Copies an MeasureGroupDimension object to the specified object. (Herdado de MeasureGroupDimension.)
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 Represents the MeasureGroupDimension object as a String. (Herdado de MeasureGroupDimension.)
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) Validates the element to which it is appended; returns any errors encountered in a collection. (Substitui MeasureGroupDimension.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. (Herdado de MeasureGroupDimension.)
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