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.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.MeasureGroupDimension
Microsoft.AnalysisServices.DataMiningMeasureGroupDimension
Microsoft.AnalysisServices.ManyToManyMeasureGroupDimension
Microsoft.AnalysisServices.RegularMeasureGroupDimension
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")> _
Public MustInherit Class MeasureGroupDimension _
Inherits ModelComponent _
Implements ICloneable
'Utilizzo
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
Nel tipo MeasureGroupDimension sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
MeasureGroupDimension() | Initializes a new instance of the MeasureGroupDimension class using default values. | |
MeasureGroupDimension(String) | Initializes a new instance of the MeasureGroupDimension using an identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
CanRaiseEvents | Ereditato da Component. | |
Container | Ereditato da 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 | Ereditato da Component. | |
Dimension | Gets the information for a Dimension. | |
Events | Ereditato da Component. | |
FriendlyName | Infrastruttura. Gets or sets the friendly name for the MeasureGroupDimension object. Esegue l'override di ModelComponent.FriendlyName. | |
KeyForCollection | Infrastruttura. Returns the key used in collections. Esegue l'override di ModelComponent.KeyForCollection. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da 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 | Ereditato da Component. | |
Source | Gets or sets the binding to the source object from which to get data. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddToContainer | Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent. | |
AfterInsert | Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent. | |
AfterMove | Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent. | |
AfterRemove | Infrastruttura. Removes the MeasureGroupDimension object after the cleanup in the collection. Esegue l'override di ModelComponent.AfterRemove(ModelComponentCollection). | |
BeforeRemove | Infrastruttura. Removes the MeasureGroupDimension object before the cleanup. Esegue l'override di ModelComponent.BeforeRemove(Boolean). | |
Clone | Returns a clone of the object. | |
CopyTo(MeasureGroupDimension) | Copies an MeasureGroupDimension object to the specified object. | |
CopyTo(ModelComponent) | Infrastruttura. Copies a ModelComponent object to the specified object. Ereditato da ModelComponent. | |
CreateObjRef | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
Dispose() | Ereditato da Component. | |
Dispose(Boolean) | Ereditato da Component. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Component. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
GetService | Ereditato da Component. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
MemberwiseClone() | Ereditato da Object. | |
MemberwiseClone(Boolean) | Ereditato da MarshalByRefObject. | |
RemoveFromContainer | Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent. | |
Reset | Infrastruttura. Resets the component to an initial state. Ereditato da ModelComponent. | |
Submit() | Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent. | |
Submit(Boolean) | Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent. | |
ToString | Represents the MeasureGroupDimension object as a String. Esegue l'override di ModelComponent.ToString(). | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da 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. Ereditato da ModelComponent. | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Indicates whether the MeasureGroupDimension object is correctly configured. Esegue l'override di ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition). |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da Component. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
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. Ereditato da ModelComponent. | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. Ereditato da ModelComponent. | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. Ereditato da ModelComponent. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.