Classe PerspectiveMeasureGroup
Represents information about a measure group in a Perspective element. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.PerspectiveMeasureGroup
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("DB17C295-0EBA-45c7-B426-EBC4E3C193DB")> _
Public NotInheritable Class PerspectiveMeasureGroup _
Inherits ModelComponent _
Implements ICloneable
'Utilizzo
Dim instance As PerspectiveMeasureGroup
[GuidAttribute("DB17C295-0EBA-45c7-B426-EBC4E3C193DB")]
public sealed class PerspectiveMeasureGroup : ModelComponent,
ICloneable
[GuidAttribute(L"DB17C295-0EBA-45c7-B426-EBC4E3C193DB")]
public ref class PerspectiveMeasureGroup sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("DB17C295-0EBA-45c7-B426-EBC4E3C193DB")>]
type PerspectiveMeasureGroup =
class
inherit ModelComponent
interface ICloneable
end
public final class PerspectiveMeasureGroup extends ModelComponent implements ICloneable
Nel tipo PerspectiveMeasureGroup sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
PerspectiveMeasureGroup() | Initializes a new instance of the PerspectiveMeasureGroup class using default values. | |
PerspectiveMeasureGroup(String) | Initializes a new instance of PerspectiveMeasureGroup using an identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
Container | Ereditato da Component. | |
FriendlyName | Infrastruttura. Gets the friendly name of the ModelComponent. Ereditato da ModelComponent. | |
KeyForCollection | Infrastruttura. Gets the key used in the collection. Ereditato da ModelComponent. | |
MeasureGroup | Gets the MeasureGroup object associated with a PerspectiveMeasureGroup object. | |
MeasureGroupID | Gets or sets a measure group identifier for a PerspectiveMeasureGroup object. | |
Measures | Gets the measures for a PerspectiveMeasureGroup object. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent. | |
Parent | Gets the parent perspective relative to a PerspectiveMeasureGroup object. | |
ParentCube | Gets the parent Cube relative to a PerspectiveMeasureGroup object. | |
ParentDatabase | Gets the parent Database relative to a PerspectiveMeasureGroup object. | |
ParentServer | Gets the parent Server relative to a PerspectiveMeasureGroup object. | |
Site | Ereditato da Component. |
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. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent. | |
BeforeRemove | Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent. | |
Clone | Creates a new full copy of an object. | |
CopyTo | Copies a PerspectiveMeasureGroup object to the specified object. | |
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 | Infrastruttura. Returns a string that represents the current object. Ereditato da ModelComponent. | |
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) | Determines whether the PerspectiveMeasureGroup is valid. 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 a new copy of the object instance. | |
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.