Classe AggregationDesignDimension
Defines a primitive data type that represents the relationship between a cube dimension and an AggregationDesignDimension. This class cannot be inherited.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationDesignDimension
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737")> _
Public NotInheritable Class AggregationDesignDimension _
Inherits ModelComponent _
Implements ICloneable
'Utilizzo
Dim instance As AggregationDesignDimension
[GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737")]
public sealed class AggregationDesignDimension : ModelComponent,
ICloneable
[GuidAttribute(L"CB295954-22BF-4446-B173-4B3FC0930737")]
public ref class AggregationDesignDimension sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("CB295954-22BF-4446-B173-4B3FC0930737")>]
type AggregationDesignDimension =
class
inherit ModelComponent
interface ICloneable
end
public final class AggregationDesignDimension extends ModelComponent implements ICloneable
Nel tipo AggregationDesignDimension sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
AggregationDesignDimension() () () () | Initializes a new instance of AggregationDesignDimension using the default values. | |
AggregationDesignDimension(String) | Initializes a new instance of AggregationDesignDimension using an identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
Attributes | ||
CanRaiseEvents | Ereditato da Component. | |
Container | Ereditato da Component. | |
CubeDimension | ||
CubeDimensionID | ||
DesignMode | Ereditato da Component. | |
Dimension | ||
Events | Ereditato da Component. | |
FriendlyName | Infrastruttura. Ereditato da ModelComponent. | |
KeyForCollection | Infrastruttura. Ereditato da ModelComponent. | |
MeasureGroupDimension | ||
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent. | |
Parent | ||
ParentCube | ||
ParentDatabase | ||
ParentMeasureGroup | Gets the MeasureGroup object that is the parent of the AggregationDesignDimension object. | |
ParentServer | Gets the Server object that is the parent of the AggregationDesignDimension object. | |
Site | Ereditato da Component. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddToContainer | Infrastruttura. Ereditato da ModelComponent. | |
AfterInsert | Infrastruttura. Ereditato da ModelComponent. | |
AfterMove | Infrastruttura. Ereditato da ModelComponent. | |
AfterRemove | Infrastruttura. Ereditato da ModelComponent. | |
BeforeRemove | Infrastruttura. Ereditato da ModelComponent. | |
Clone | Creates a new full copy of an object. | |
CopyTo(AggregationDesignDimension) | Copies an AggregationDesignDimension object to the specified object. | |
CopyTo(ModelComponent) | Infrastruttura. Ereditato da ModelComponent. | |
CreateObjRef | Ereditato da MarshalByRefObject. | |
Dispose() () () () | Ereditato da Component. | |
Dispose(Boolean) | Ereditato da Component. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Component. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Ereditato da MarshalByRefObject. | |
GetService | Ereditato da Component. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Ereditato da MarshalByRefObject. | |
MemberwiseClone() () () () | Ereditato da Object. | |
MemberwiseClone(Boolean) | Ereditato da MarshalByRefObject. | |
RemoveFromContainer | Infrastruttura. Ereditato da ModelComponent. | |
Reset | Infrastruttura. Ereditato da ModelComponent. | |
Submit() () () () | Infrastruttura. Ereditato da ModelComponent. | |
Submit(Boolean) | Infrastruttura. Ereditato da ModelComponent. | |
ToString | Infrastruttura. Ereditato da ModelComponent. | |
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) | Esegue l'override di ModelComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition). |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | Ereditato da ModelComponent. | |
IModelComponent. . :: . .FriendlyPath | Ereditato da ModelComponent. | |
IModelComponent. . :: . .OwningCollection | 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.