Classe DegenerateMeasureGroupDimension
Defines the details of a dimension within a measure group. See MeasureGroupDimension. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.MeasureGroupDimension
Microsoft.AnalysisServices.RegularMeasureGroupDimension
Microsoft.AnalysisServices.DegenerateMeasureGroupDimension
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("1A5D1111-F0FA-46b4-A048-C4328E7DD2BB")> _
Public NotInheritable Class DegenerateMeasureGroupDimension _
Inherits RegularMeasureGroupDimension
'Utilizzo
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
Nel tipo DegenerateMeasureGroupDimension sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
Attributes | Gets the collection of attributes associated with a RegularMeasureGroupDimension object. Ereditato da RegularMeasureGroupDimension. | |
Cardinality | Gets or sets the cardinality associated with a RegularMeasureGroupDimension object. Ereditato da RegularMeasureGroupDimension. | |
Container | Ereditato da Component. | |
CubeDimension | Gets a cube dimension associated with a MeasureGroupDimension. Ereditato da MeasureGroupDimension. | |
CubeDimensionID | Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. Ereditato da MeasureGroupDimension. | |
Dimension | Gets the information for a Dimension. Ereditato da MeasureGroupDimension. | |
FriendlyName | Infrastruttura. Gets or sets the friendly name for the MeasureGroupDimension object. Ereditato da MeasureGroupDimension. | |
KeyForCollection | Infrastruttura. Returns the key used in collections. Ereditato da MeasureGroupDimension. | |
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. Ereditato da MeasureGroupDimension. | |
ParentCube | Gets the Cube object that is the parent of the MeasureGroupDimension object. Ereditato da MeasureGroupDimension. | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. Ereditato da MeasureGroupDimension. | |
ParentServer | Gets the Server object that is the parent of the MeasureGroupDimension object. Ereditato da MeasureGroupDimension. | |
ShareDimensionStorage | Gets or sets the StorageSharingMode associated with the DegenerateMeasureGroupDimension object. | |
Site | Ereditato da Component. | |
Source | Gets or sets the binding to the source object from which to get data. Ereditato da MeasureGroupDimension. |
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. Ereditato da MeasureGroupDimension. | |
BeforeRemove | Infrastruttura. Removes the MeasureGroupDimension object before the cleanup. Ereditato da MeasureGroupDimension. | |
Clone | Creates a deep copy of current DegenerateMeasureGroupDimension. Esegue l'override di RegularMeasureGroupDimension.Clone(). | |
CopyTo(DegenerateMeasureGroupDimension) | Copies the current DegenerateMeasureGroupDimension into the specified object. | |
CopyTo(MeasureGroupDimension) | Copies an MeasureGroupDimension object to the specified object. Ereditato da MeasureGroupDimension. | |
CopyTo(RegularMeasureGroupDimension) | Copies a RegularMeasureGroupDimension object to the specified object. Ereditato da RegularMeasureGroupDimension. | |
CreateObjRef | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
Dispose | Ereditato da Component. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
RemoveFromContainer | Infrastruttura. Removes a ModelComponent object from the specified container. 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. Ereditato da MeasureGroupDimension. | |
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 RegularMeasureGroupDimension object is properly configured. Ereditato da RegularMeasureGroupDimension. |
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. Ereditato da MeasureGroupDimension. | |
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
Osservazioni
Novità: 17 luglio 2006
A degenerate dimension usually indicates that the measure group and dimension are built from the same table.
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.