Partager via


Classe CubeDimension

Represents the relationship between a dimension and a cube. This class cannot be inherited.

Hiérarchie d'héritage

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.CubeDimension

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")> _
Public NotInheritable Class CubeDimension _
    Inherits NamedComponent _
    Implements ICloneable
'Utilisation
Dim instance As CubeDimension
[GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")]
public sealed class CubeDimension : NamedComponent, 
    ICloneable
[GuidAttribute(L"D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")]
public ref class CubeDimension sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")>]
type CubeDimension =  
    class 
        inherit NamedComponent 
        interface ICloneable 
    end
public final class CubeDimension extends NamedComponent implements ICloneable

Le type CubeDimension expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique CubeDimension() Initializes a new instance of the CubeDimension class using default values.
Méthode publique CubeDimension(String) Initializes a new instance of CubeDimension using an identifier.
Méthode publique CubeDimension(String, String, String) Initializes a new instance of CubeDimension using a name a dimension identifier and CubeDimension identifier.

Haut de la page

Propriétés

  Nom Description
Propriété publique AllMemberAggregationUsage Gets or sets controls for how Aggregation Designer in Microsoft SQL Server 2005 Analysis Services (SSAS) designs aggregations.
Propriété publique Annotations Gets a collection within which you can store custom data. (hérité de ModelComponent.)
Propriété publique Attributes Gets the collection of attributes associated with a CubeDimension object.
Propriété publique Container (hérité de Component.)
Propriété publique Description Gets or sets the description of the component. (hérité de NamedComponent.)
Propriété publique Dimension Gets the Dimension associated with the CubeDimension object.
Propriété publique DimensionID Gets or sets the dimension identifier associated with the CubeDimension object.
Propriété protégée FriendlyName Returns a user-friendly name. (hérité de NamedComponent.)
Propriété publique Hierarchies Gets the hierarchies associated with a CubeDimension object.
Propriété publique HierarchyUniqueNameStyle Gets or sets how unique names are generated for hierarchies that are contained within the CubeDimension.
Propriété publique ID Gets or sets the identifier of the component. (hérité de NamedComponent.)
Propriété protégée KeyForCollection Returns the key used in collections. (hérité de NamedComponent.)
Propriété publique MemberUniqueNameStyle Gets or sets how unique names are generated for members of hierarchies contained within the CubeDimension.
Propriété publique Name Gets or sets the name of the component. (hérité de NamedComponent.)
Propriété publique OwningCollection Gets or sets the collection that contains the ModelComponent. (hérité de ModelComponent.)
Propriété publique Parent Gets the parent Cube of the CubeDimension object.
Propriété publique ParentDatabase Gets the parent Database of the CubeDimension object.
Propriété publique ParentServer Gets the parent Server of the CubeDimension object.
Propriété publique Site Infrastructure. Gets or sets the site of the component. (hérité de NamedComponent.)
Propriété publique SiteID Infrastructure. Gets or sets the identifier for the site associated with the component. (hérité de NamedComponent.)
Propriété publique Translations Gets the translations collection associated with a CubeDimension object.
Propriété publique Visible Gets or sets the visibility property for a CubeDimension object.

Haut de la page

Méthodes

  Nom Description
Méthode protégée AddToContainer Infrastructure. Adds a ModelComponent object to the specified container. (hérité de ModelComponent.)
Méthode protégée AfterInsert Infrastructure. Displays a ModelComponent object after added to the specified index. (hérité de ModelComponent.)
Méthode protégée AfterMove Infrastructure. Displays a ModelComponent object after moving to the specified index. (hérité de ModelComponent.)
Méthode protégée AfterRemove Infrastructure. Displays a ModelComponentCollection after a ModelComponent object is removed. (hérité de ModelComponent.)
Méthode protégée BeforeRemove Infrastructure. Removes the ModelComponent object before the cleanup. (hérité de ModelComponent.)
Méthode publique Clone Creates a new, full copy of an object.
Méthode publique CopyTo Copies a CubeDimension object to the specified object.
Méthode publique CreateObjRef Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique Dispose (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode protégée RemoveFromContainer Infrastructure. Removes a ModelComponent object from the specified container. (hérité de ModelComponent.)
Méthode publique Submit() Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.)
Méthode publique Submit(Boolean) Infrastructure. Submits a ModelComponent object. (hérité de ModelComponent.)
Méthode publique ToString Returns a string containing the name of the component. (hérité de NamedComponent.)
Méthode publique Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. (hérité de ModelComponent.)
Méthode publique 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. (hérité de ModelComponent.)
Méthode publique Validate(ValidationErrorCollection, Boolean, ServerEdition) Determines whether the CubeDimension is valid. (remplace NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new copy of the object instance.
Implémentation d'interface expliciteMéthode privée IFormattable.ToString Formats the value of the current instance using the specified format. (hérité de NamedComponent.)
Implémentation d'interface explicitePropriété privée IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. (hérité de ModelComponent.)
Implémentation d'interface explicitePropriété privée IModelComponent.OwningCollection Gets or sets the collection that owns the current object. (hérité de ModelComponent.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices