Clase DegenerateMeasureGroupDimension
Defines the details of a dimension within a measure group. See MeasureGroupDimension. This class cannot be inherited.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .MeasureGroupDimension
Microsoft.AnalysisServices. . :: . .RegularMeasureGroupDimension
Microsoft.AnalysisServices..::..DegenerateMeasureGroupDimension
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")> _
Public NotInheritable Class DegenerateMeasureGroupDimension _
Inherits RegularMeasureGroupDimension
'Uso
Dim instance As DegenerateMeasureGroupDimension
[GuidAttribute("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")]
public sealed class DegenerateMeasureGroupDimension : RegularMeasureGroupDimension
[GuidAttribute(L"1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")]
public ref class DegenerateMeasureGroupDimension sealed : public RegularMeasureGroupDimension
[<SealedAttribute>]
[<GuidAttribute("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")>]
type DegenerateMeasureGroupDimension =
class
inherit RegularMeasureGroupDimension
end
public final class DegenerateMeasureGroupDimension extends RegularMeasureGroupDimension
El tipo DegenerateMeasureGroupDimension expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
DegenerateMeasureGroupDimension() () () () | Initializes a new instance of the DegenerateMeasureGroupDimension class using default values. | |
DegenerateMeasureGroupDimension(String) | Initializes a new instance of the DegenerateMeasureGroupDimension class using the specified cube dimension identifier. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Se hereda de ModelComponent.) | |
Attributes | Gets the collection of attributes associated with a RegularMeasureGroupDimension object. (Se hereda de RegularMeasureGroupDimension.) | |
CanRaiseEvents | (Se hereda de Component.) | |
Cardinality | Gets or sets the cardinality associated with a RegularMeasureGroupDimension object. (Se hereda de RegularMeasureGroupDimension.) | |
Container | (Se hereda de Component.) | |
CubeDimension | Gets a cube dimension associated with a MeasureGroupDimension. (Se hereda de MeasureGroupDimension.) | |
CubeDimensionID | Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. (Se hereda de MeasureGroupDimension.) | |
DesignMode | (Se hereda de Component.) | |
Dimension | Gets the information for a Dimension. (Se hereda de MeasureGroupDimension.) | |
Events | (Se hereda de Component.) | |
FriendlyName | Infraestructura. (Se hereda de MeasureGroupDimension.) | |
KeyForCollection | Infraestructura. (Se hereda de MeasureGroupDimension.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Se hereda de ModelComponent.) | |
Parent | Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object. (Se hereda de MeasureGroupDimension.) | |
ParentCube | Gets the Cube object that is the parent of the MeasureGroupDimension object. (Se hereda de MeasureGroupDimension.) | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. (Se hereda de MeasureGroupDimension.) | |
ParentServer | Gets the Server object that is the parent of the MeasureGroupDimension object. (Se hereda de MeasureGroupDimension.) | |
ShareDimensionStorage | ||
Site | (Se hereda de Component.) | |
Source | Gets or sets the binding to the source object from which to get data. (Se hereda de MeasureGroupDimension.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddToContainer | Infraestructura. (Se hereda de ModelComponent.) | |
AfterInsert | Infraestructura. (Se hereda de ModelComponent.) | |
AfterMove | Infraestructura. (Se hereda de ModelComponent.) | |
AfterRemove | Infraestructura. (Se hereda de MeasureGroupDimension.) | |
BeforeRemove | Infraestructura. (Se hereda de MeasureGroupDimension.) | |
Clone | Creates a deep copy of current DegenerateMeasureGroupDimension. (Invalida RegularMeasureGroupDimension. . :: . .Clone() () () ().) | |
CopyTo(DegenerateMeasureGroupDimension) | Copies the current DegenerateMeasureGroupDimension into the specified object. | |
CopyTo(MeasureGroupDimension) | Copies an MeasureGroupDimension object to the specified object. (Se hereda de MeasureGroupDimension.) | |
CopyTo(ModelComponent) | Infraestructura. (Se hereda de ModelComponent.) | |
CopyTo(RegularMeasureGroupDimension) | Copies a RegularMeasureGroupDimension object to the specified object. (Se hereda de RegularMeasureGroupDimension.) | |
CreateObjRef | (Se hereda de MarshalByRefObject.) | |
Dispose() () () () | (Se hereda de Component.) | |
Dispose(Boolean) | (Se hereda de Component.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Component.) | |
GetHashCode | (Se hereda de Object.) | |
GetLifetimeService | (Se hereda de MarshalByRefObject.) | |
GetService | (Se hereda de Component.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | (Se hereda de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Se hereda de Object.) | |
MemberwiseClone(Boolean) | (Se hereda de MarshalByRefObject.) | |
RemoveFromContainer | Infraestructura. (Se hereda de ModelComponent.) | |
Reset | Infraestructura. (Se hereda de ModelComponent.) | |
Submit() () () () | Infraestructura. (Se hereda de ModelComponent.) | |
Submit(Boolean) | Infraestructura. (Se hereda de ModelComponent.) | |
ToString | Represents the MeasureGroupDimension object as a String. (Se hereda de MeasureGroupDimension.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Se hereda 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. (Se hereda de ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Se hereda de RegularMeasureGroupDimension.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable. . :: . .Clone | (Se hereda de MeasureGroupDimension.) | |
IHostableComponent. . :: . .Host | (Se hereda de ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Se hereda de ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Se hereda de ModelComponent.) |
Arriba
Comentarios
Nuevo: 17 de julio de 2006
A degenerate dimension usually indicates that the measure group and dimension are built from the same table.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.