Classe CubeAttribute
Defines details for an attribute on a cube. Attributes in the dimension not explicitly included in this collection become part of the collection (and are returned by Discover) with all default values. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.CubeAttribute
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")> _
Public NotInheritable Class CubeAttribute _
Inherits ModelComponent _
Implements ICloneable
'Utilizzo
Dim instance As CubeAttribute
[GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")]
public sealed class CubeAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")]
public ref class CubeAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("B9D7DFD8-43B0-4d72-9D7E-1D1352B99196")>]
type CubeAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class CubeAttribute extends ModelComponent implements ICloneable
Nel tipo CubeAttribute sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
CubeAttribute() | Initializes a new instance of the CubeAttribute class using default values. | |
CubeAttribute(String) | Initializes a new instance of CubeAttribute using an identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
AggregationUsage | Gets or sets how Aggregation Designer will design aggregations. | |
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
Attribute | Gets a dimension attribute from the CubeAttribute object. | |
AttributeHierarchyEnabled | Gets or sets the attribute hierarchy enabled property associated with a CubeAttribute object. | |
AttributeHierarchyOptimizedState | Gets or sets the optimization state for a CubeAttribute object. | |
AttributeHierarchyVisible | Gets or sets the property controlling visibility of an attribute hierarchy associated with a CubeAttribute object. | |
AttributeID | Gets or sets the attribute identifier for a CubeAttribute object. | |
Container | Ereditato da Component. | |
FriendlyName | Infrastruttura. Gets the friendly name of the ModelComponent. Ereditato da ModelComponent. | |
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 of the CubeAttribute object. | |
ParentCube | Gets a parent Cube of the CubeAttribute object. | |
ParentDatabase | Gets a parent Database of the CubeAttribute object. | |
ParentServer | Gets a parent Server of the CubeAttribute 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 | Creates a new, full copy of an object. | |
CopyTo | Copies a CubeAttribute 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 that represents the CubeAttribute object. Esegue l'override di ModelComponent.ToString(). | |
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) | Determines whether the CubeAttribute is valid. 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 a new copy of the object instance. | |
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.