Classe PerspectiveHierarchy
Represents the perspective objects in the hierarchy.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.PerspectiveHierarchy
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("6AD99CE6-D74C-4d95-9222-4BE09FC9F052")> _
Public NotInheritable Class PerspectiveHierarchy _
Inherits ModelComponent _
Implements ICloneable
'Utilizzo
Dim instance As PerspectiveHierarchy
[GuidAttribute("6AD99CE6-D74C-4d95-9222-4BE09FC9F052")]
public sealed class PerspectiveHierarchy : ModelComponent,
ICloneable
[GuidAttribute(L"6AD99CE6-D74C-4d95-9222-4BE09FC9F052")]
public ref class PerspectiveHierarchy sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("6AD99CE6-D74C-4d95-9222-4BE09FC9F052")>]
type PerspectiveHierarchy =
class
inherit ModelComponent
interface ICloneable
end
public final class PerspectiveHierarchy extends ModelComponent implements ICloneable
Nel tipo PerspectiveHierarchy sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
PerspectiveHierarchy() | Initializes a new instance of the PerspectiveHierarchy class. |
![]() |
PerspectiveHierarchy(String) | Initializes a new instance of the PerspectiveHierarchy with the specified hierarchy identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. |
![]() |
Container | Ereditato da Component. |
![]() |
CubeHierarchy | Gets details for a hierarchy on a cube. |
![]() |
FriendlyName | Infrastruttura. Gets the friendly name of the ModelComponent. Ereditato da ModelComponent. |
![]() |
Hierarchy | Gets the hierarchy object in the PerspectiveHierarchy. |
![]() |
HierarchyID | Gets or sets the node that represents the level of the hierarchy that is to be modified. |
![]() |
KeyForCollection | Infrastruttura. Gets the key used in the collection. Ereditato da ModelComponent. |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent. |
![]() |
Parent | Gets the parent PerspectiveDimension of a PerspectiveHierarchy object. |
![]() |
ParentCube | Gets the parent Cube of a PerspectiveHierarchy object. |
![]() |
ParentDatabase | Gets the parent Database of a PerspectiveHierarchy object. |
![]() |
ParentPerspective | Gets the parent Perspective of a PerspectiveHierarchy object. |
![]() |
ParentServer | Gets the Server object that is the parent of the PerspectiveHierarchy 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 | Returns a clone of the object. |
![]() |
CopyTo | Copies the content of this object to another 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) | Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. 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 PerspectiveHierarchy 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.