Classe Hierarchy
Represents a hierarchy in a dimension. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.Hierarchy
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")> _
Public NotInheritable Class Hierarchy _
Inherits NamedComponent _
Implements ICloneable
'Utilizzo
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
Nel tipo Hierarchy sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. Ereditato da ModelComponent. | |
Container | Ereditato da Component. | |
Description | Gets or sets the description of the component. Ereditato da NamedComponent. | |
DisplayFolder | Gets or sets the display folder associated with the Hierarchy object. | |
FriendlyName | Returns a user-friendly name. Ereditato da NamedComponent. | |
ID | Gets or sets the identifier of the component. Ereditato da NamedComponent. | |
KeyForCollection | Returns the key used in collections. Ereditato da 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. Ereditato da NamedComponent. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da 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 | Infrastruttura. Gets or sets the site of the component. Ereditato da NamedComponent. | |
SiteID | Infrastruttura. Gets or sets the identifier for the site associated with the component. Ereditato da 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. |
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 Hierarchy 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 | Returns a string containing the name of the component. Ereditato da NamedComponent. | |
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. Esegue l'override di NamedComponent.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, full copy of an object. | |
IFormattable.ToString | Formats the value of the current instance using the specified format. Ereditato da NamedComponent. | |
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.