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.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.MeasureGroupDimension
Microsoft.AnalysisServices.DataMiningMeasureGroupDimension
Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension
Microsoft.AnalysisServices.RegularMeasureGroupDimension
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
'Déclaration
<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")> _
Public MustInherit Class MeasureGroupDimension _
Inherits ModelComponent _
Implements ICloneable
'Utilisation
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
Le type MeasureGroupDimension expose les membres suivants.
Nom | Description | |
---|---|---|
![]() |
MeasureGroupDimension() | Initializes a new instance of the MeasureGroupDimension class using default values. |
![]() |
MeasureGroupDimension(String) | Initializes a new instance of the MeasureGroupDimension using an identifier. |
Haut de la page
Nom | Description | |
---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. (hérité de ModelComponent.) |
![]() |
CanRaiseEvents | (hérité de Component.) |
![]() |
Container | (hérité de Component.) |
![]() |
CubeDimension | Gets a cube dimension associated with a MeasureGroupDimension. |
![]() |
CubeDimensionID | Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. |
![]() |
DesignMode | (hérité de Component.) |
![]() |
Dimension | Gets the information for a Dimension. |
![]() |
Events | (hérité de Component.) |
![]() |
FriendlyName | Infrastructure. Gets or sets the friendly name for the MeasureGroupDimension object. (remplace ModelComponent.FriendlyName.) |
![]() |
KeyForCollection | Infrastructure. Returns the key used in collections. (remplace ModelComponent.KeyForCollection.) |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (hérité de ModelComponent.) |
![]() |
Parent | Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object. |
![]() |
ParentCube | Gets the Cube object that is the parent of the MeasureGroupDimension object. |
![]() |
ParentDatabase | Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. |
![]() |
ParentServer | Gets the Server object that is the parent of the MeasureGroupDimension object. |
![]() |
Site | (hérité de Component.) |
![]() |
Source | Gets or sets the binding to the source object from which to get data. |
Haut de la page
Nom | Description | |
---|---|---|
![]() |
AddToContainer | Infrastructure. Adds a ModelComponent object to the specified container. (hérité de ModelComponent.) |
![]() |
AfterInsert | Infrastructure. Displays a ModelComponent object after added to the specified index. (hérité de ModelComponent.) |
![]() |
AfterMove | Infrastructure. Displays a ModelComponent object after moving to the specified index. (hérité de ModelComponent.) |
![]() |
AfterRemove | Infrastructure. Removes the MeasureGroupDimension object after the cleanup in the collection. (remplace ModelComponent.AfterRemove(ModelComponentCollection).) |
![]() |
BeforeRemove | Infrastructure. Removes the MeasureGroupDimension object before the cleanup. (remplace ModelComponent.BeforeRemove(Boolean).) |
![]() |
Clone | Returns a clone of the object. |
![]() |
CopyTo(MeasureGroupDimension) | Copies an MeasureGroupDimension object to the specified object. |
![]() |
CopyTo(ModelComponent) | Infrastructure. Copies a ModelComponent object to the specified object. (hérité de ModelComponent.) |
![]() |
CreateObjRef | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
Dispose() | (hérité de Component.) |
![]() |
Dispose(Boolean) | (hérité de Component.) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Component.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetLifetimeService | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
GetService | (hérité de Component.) |
![]() |
GetType | (hérité de Object.) |
![]() |
InitializeLifetimeService | Informations critiques de sécurité. (hérité de MarshalByRefObject.) |
![]() |
MemberwiseClone() | (hérité de Object.) |
![]() |
MemberwiseClone(Boolean) | (hérité de MarshalByRefObject.) |
![]() |
RemoveFromContainer | Infrastructure. Removes a ModelComponent object from the specified container. (hérité de ModelComponent.) |
![]() |
Reset | Infrastructure. Resets the component to an initial state. (hérité de ModelComponent.) |
![]() |
Submit() | Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.) |
![]() |
Submit(Boolean) | Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.) |
![]() |
ToString | Represents the MeasureGroupDimension object as a String. (remplace ModelComponent.ToString().) |
![]() |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (hérité 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. (hérité de ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Indicates whether the MeasureGroupDimension object is correctly configured. (remplace ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Haut de la page
Haut de la page
Nom | Description | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this MeasureGroupDimension object. |
![]() ![]() |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (hérité de ModelComponent.) |
![]() ![]() |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (hérité de ModelComponent.) |
![]() ![]() |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (hérité de ModelComponent.) |
Haut de la page
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.