Classe CubeDimension
Represents the relationship between a dimension and a cube. This class cannot be inherited.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.CubeDimension
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("D245D11D-C3DD-4d75-9AF0-C90DB5094BCB")> _
Public NotInheritable Class CubeDimension _
Inherits NamedComponent _
Implements ICloneable
'Uso
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
O tipo CubeDimension expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
CubeDimension() | Initializes a new instance of the CubeDimension class using default values. | |
CubeDimension(String) | Initializes a new instance of CubeDimension using an identifier. | |
CubeDimension(String, String, String) | Initializes a new instance of CubeDimension using a name a dimension identifier and CubeDimension identifier. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AllMemberAggregationUsage | Gets or sets controls for how Aggregation Designer in Microsoft SQL Server 2005 Analysis Services (SSAS) designs aggregations. | |
Annotations | Gets a collection within which you can store custom data. (Herdado de ModelComponent.) | |
Attributes | Gets the collection of attributes associated with a CubeDimension object. | |
Container | (Herdado de Component.) | |
Description | Gets or sets the description of the component. (Herdado de NamedComponent.) | |
Dimension | Gets the Dimension associated with the CubeDimension object. | |
DimensionID | Gets or sets the dimension identifier associated with the CubeDimension object. | |
FriendlyName | Returns a user-friendly name. (Herdado de NamedComponent.) | |
Hierarchies | Gets the hierarchies associated with a CubeDimension object. | |
HierarchyUniqueNameStyle | Gets or sets how unique names are generated for hierarchies that are contained within the CubeDimension. | |
ID | Gets or sets the identifier of the component. (Herdado de NamedComponent.) | |
KeyForCollection | Returns the key used in collections. (Herdado de NamedComponent.) | |
MemberUniqueNameStyle | Gets or sets how unique names are generated for members of hierarchies contained within the CubeDimension. | |
Name | Gets or sets the name of the component. (Herdado de NamedComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Herdado de ModelComponent.) | |
Parent | Gets the parent Cube of the CubeDimension object. | |
ParentDatabase | Gets the parent Database of the CubeDimension object. | |
ParentServer | Gets the parent Server of the CubeDimension object. | |
Site | Infraestrutura. Gets or sets the site of the component. (Herdado de NamedComponent.) | |
SiteID | Infraestrutura. Gets or sets the identifier for the site associated with the component. (Herdado de NamedComponent.) | |
Translations | Gets the translations collection associated with a CubeDimension object. | |
Visible | Gets or sets the visibility property for a CubeDimension object. |
Início
Métodos
Nome | Descrição | |
---|---|---|
AddToContainer | Infraestrutura. Adds a ModelComponent object to the specified container. (Herdado de ModelComponent.) | |
AfterInsert | Infraestrutura. Displays a ModelComponent object after added to the specified index. (Herdado de ModelComponent.) | |
AfterMove | Infraestrutura. Displays a ModelComponent object after moving to the specified index. (Herdado de ModelComponent.) | |
AfterRemove | Infraestrutura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Herdado de ModelComponent.) | |
BeforeRemove | Infraestrutura. Removes the ModelComponent object before the cleanup. (Herdado de ModelComponent.) | |
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies a CubeDimension object to the specified object. | |
CreateObjRef | Segurança crítica. (Herdado de MarshalByRefObject.) | |
Dispose | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
RemoveFromContainer | Infraestrutura. Removes a ModelComponent object from the specified container. (Herdado de ModelComponent.) | |
Submit() | Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.) | |
Submit(Boolean) | Infraestrutura. Submits a ModelComponent object. (Herdado de ModelComponent.) | |
ToString | Returns a string containing the name of the component. (Herdado de NamedComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Herdado 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. (Herdado de ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Determines whether the CubeDimension is valid. (Substitui NamedComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. | |
IFormattable.ToString | Formats the value of the current instance using the specified format. (Herdado de NamedComponent.) | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Herdado de ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Herdado de ModelComponent.) | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (Herdado de ModelComponent.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.