Classe ManyToManyMeasureGroupDimension
Represents the relationship among dimensions and a measure groups. This class cannot be inherited.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.MeasureGroupDimension
Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("5ACC8E22-751A-4c17-AA86-931B6FC71314")> _
Public NotInheritable Class ManyToManyMeasureGroupDimension _
Inherits MeasureGroupDimension
'Uso
Dim instance As ManyToManyMeasureGroupDimension
[GuidAttribute("5ACC8E22-751A-4c17-AA86-931B6FC71314")]
public sealed class ManyToManyMeasureGroupDimension : MeasureGroupDimension
[GuidAttribute(L"5ACC8E22-751A-4c17-AA86-931B6FC71314")]
public ref class ManyToManyMeasureGroupDimension sealed : public MeasureGroupDimension
[<SealedAttribute>]
[<GuidAttribute("5ACC8E22-751A-4c17-AA86-931B6FC71314")>]
type ManyToManyMeasureGroupDimension =
class
inherit MeasureGroupDimension
end
public final class ManyToManyMeasureGroupDimension extends MeasureGroupDimension
O tipo ManyToManyMeasureGroupDimension expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ManyToManyMeasureGroupDimension() | Initializes a new instance of the ManyToManyMeasureGroupDimension class. | |
ManyToManyMeasureGroupDimension(String, String) | Initializes a new instance of the ManyToManyMeasureGroupDimension class with the specified cube dimension and measure group identifiers. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Herdado de ModelComponent.) | |
Container | (Herdado de Component.) | |
CubeDimension | Gets a cube dimension associated with a MeasureGroupDimension. (Herdado de MeasureGroupDimension.) | |
CubeDimensionID | Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. (Herdado de MeasureGroupDimension.) | |
Dimension | Gets the information for a Dimension. (Herdado de MeasureGroupDimension.) | |
DirectSlice | Gets or sets a tuple on the Many-to-Many dimension. | |
FriendlyName | Infraestrutura. Gets or sets the friendly name for the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.) | |
KeyForCollection | Infraestrutura. Returns the key used in collections. (Herdado de MeasureGroupDimension.) | |
MeasureGroup | Gets the parent MeasureGroup corresponding to the ManyToManyMeasureGroupDimension. | |
MeasureGroupID | Gets or sets the MeasureGroup element associated with the parent element. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.) | |
Parent | Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.) | |
ParentCube | Gets the Cube object that is the parent of the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.) | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.) | |
ParentServer | Gets the Server object that is the parent of the MeasureGroupDimension object. (Herdado de MeasureGroupDimension.) | |
Site | (Herdado de Component.) | |
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 | |
---|---|---|
AddToContainer | Infraestrutura. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.) | |
AfterInsert | Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.) | |
AfterMove | Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.) | |
AfterRemove | Infraestrutura. Removes the MeasureGroupDimension object after the cleanup in the collection. (Herdado de MeasureGroupDimension.) | |
BeforeRemove | Infraestrutura. Removes the MeasureGroupDimension object before the cleanup. (Herdado de MeasureGroupDimension.) | |
Clone | Returns a clone of the object. (Substitui MeasureGroupDimension.Clone().) | |
CopyTo(ManyToManyMeasureGroupDimension) | Copies the content of this object to another object. | |
CopyTo(MeasureGroupDimension) | Copies an MeasureGroupDimension object to the specified object. (Herdado de MeasureGroupDimension.) | |
CreateObjRef | Segurança crítica. (Herdado de MarshalByRefObject.) | |
Dispose | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
RemoveFromContainer | Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.) | |
Submit() | Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.) | |
Submit(Boolean) | Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.) | |
ToString | Represents the MeasureGroupDimension object as a String. (Herdado de MeasureGroupDimension.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado de ModelComponent.) | |
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.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. (Substitui MeasureGroupDimension.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this MeasureGroupDimension object. (Herdado de MeasureGroupDimension.) | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.) | |
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.