Clase RegularMeasureGroupDimension
Represents a regular relationship between a dimension and a measure group.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .MeasureGroupDimension
Microsoft.AnalysisServices..::..RegularMeasureGroupDimension
Microsoft.AnalysisServices. . :: . .DegenerateMeasureGroupDimension
Microsoft.AnalysisServices. . :: . .ReferenceMeasureGroupDimension
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")> _
Public Class RegularMeasureGroupDimension _
Inherits MeasureGroupDimension
'Uso
Dim instance As RegularMeasureGroupDimension
[GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")]
public class RegularMeasureGroupDimension : MeasureGroupDimension
[GuidAttribute(L"B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")]
public ref class RegularMeasureGroupDimension : public MeasureGroupDimension
[<GuidAttribute("B5941C86-A91E-4d3a-91E8-00E8ED8B70EB")>]
type RegularMeasureGroupDimension =
class
inherit MeasureGroupDimension
end
public class RegularMeasureGroupDimension extends MeasureGroupDimension
El tipo RegularMeasureGroupDimension expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
RegularMeasureGroupDimension() () () () | Initializes a new instance of the RegularMeasureGroupDimension class using default values. | |
RegularMeasureGroupDimension(String) | Initializes a new instance of RegularMeasureGroupDimension using a 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. | |
CanRaiseEvents | (Se hereda de Component.) | |
Cardinality | Gets or sets the cardinality associated with a RegularMeasureGroupDimension object. | |
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.) | |
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 new full copy of an object. (Invalida MeasureGroupDimension. . :: . .Clone() () () ().) | |
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. | |
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) | (Invalida MeasureGroupDimension. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
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
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.