Clase Hierarchy
Represents a hierarchy in a dimension. This class cannot be inherited.
Jerarquía de herencia
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.Hierarchy
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")> _
Public NotInheritable Class Hierarchy _
Inherits NamedComponent _
Implements ICloneable
'Uso
Dim instance As Hierarchy
[GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")]
public sealed class Hierarchy : NamedComponent,
ICloneable
[GuidAttribute(L"DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")]
public ref class Hierarchy sealed : public NamedComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")>]
type Hierarchy =
class
inherit NamedComponent
interface ICloneable
end
public final class Hierarchy extends NamedComponent implements ICloneable
El tipo Hierarchy expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Hierarchy() | Initializes a new instance of the Hierarchy class using default values. | |
Hierarchy(String) | Initializes a new instance of Hierarchy using a name. | |
Hierarchy(String, String) | Initializes a new instance of Hierarchy, using a name and an identifier. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AllMemberName | Gets or sets the all member name property of the Hierarchy object. | |
AllMemberTranslations | Gets the all member translations property of the Hierarchy object. | |
AllowDuplicateNames | Gets or sets the Boolean value to allow duplicate names for a Hierarchy object. | |
Annotations | Gets a collection within which you can store custom data. (Se hereda de ModelComponent.) | |
Container | (Se hereda de Component.) | |
Description | Gets or sets the description of the component. (Se hereda de NamedComponent.) | |
DisplayFolder | Gets or sets the display folder associated with the Hierarchy object. | |
FriendlyName | Returns a user-friendly name. (Se hereda de NamedComponent.) | |
ID | Gets or sets the identifier of the component. (Se hereda de NamedComponent.) | |
KeyForCollection | Returns the key used in collections. (Se hereda de NamedComponent.) | |
Levels | Gets the levels associated with the Hierarchy object. | |
MemberKeysUnique | Gets or sets whether the member keys are required to be unique. | |
MemberNamesUnique | Gets or sets the property member names unique for the Hierarchy object. | |
Name | Gets or sets the name of the component. (Se hereda de NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Se hereda de ModelComponent.) | |
Parent | Gets the parent Dimension of the Hierarchy object. | |
ParentDatabase | Gets the parent Database of the Hierarchy object. | |
ParentServer | Gets the parent Server of the Hierarchy object. | |
ProcessingState | Gets or sets the processing state of the hierarchy. | |
Site | Infraestructura. Gets or sets the site of the component. (Se hereda de NamedComponent.) | |
SiteID | Infraestructura. Gets or sets the identifier for the site associated with the component. (Se hereda de NamedComponent.) | |
StructureType | Gets or sets the current hierarchy structure. | |
Translations | Gets the collection of translations associated with a Hierarchy object. | |
VisualizationProperties | Gets or sets the visualization properties of the hierarchy. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddToContainer | Infraestructura. Adds a ModelComponent object to the specified container. (Se hereda de ModelComponent.) | |
AfterInsert | Infraestructura. Displays a ModelComponent object after added to the specified index. (Se hereda de ModelComponent.) | |
AfterMove | Infraestructura. Displays a ModelComponent object after moving to the specified index. (Se hereda de ModelComponent.) | |
AfterRemove | Infraestructura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Se hereda de ModelComponent.) | |
BeforeRemove | Infraestructura. Removes the ModelComponent object before the cleanup. (Se hereda de ModelComponent.) | |
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies a Hierarchy object to the specified object. | |
CreateObjRef | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
Dispose | (Se hereda de Component.) | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
RemoveFromContainer | Infraestructura. Removes a ModelComponent object from the specified container. (Se hereda de ModelComponent.) | |
Submit() | Infraestructura. Submits a ModelComponent object. (Se hereda de ModelComponent.) | |
Submit(Boolean) | Infraestructura. Submits a ModelComponent object. (Se hereda de ModelComponent.) | |
ToString | Returns a string containing the name of the component. (Se hereda de NamedComponent.) | |
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) | Validates the element to which it is appended. (Invalida NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
Disposed | (Se hereda de Component.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable.Clone | Creates a new, full copy of an object. | |
IFormattable.ToString | Formats the value of the current instance using the specified format. (Se hereda de NamedComponent.) | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Se hereda de ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Se hereda de ModelComponent.) | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (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.