AggregationDesignAttribute-Klasse
Represents the association between an attribute and an AggregationDesignDimension element.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..AggregationDesignAttribute
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("1D04DE03-0954-496f-B122-EE66C2DE653A")> _
Public NotInheritable Class AggregationDesignAttribute _
Inherits ModelComponent _
Implements ICloneable
'Usage
Dim instance As AggregationDesignAttribute
[GuidAttribute("1D04DE03-0954-496f-B122-EE66C2DE653A")]
public sealed class AggregationDesignAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"1D04DE03-0954-496f-B122-EE66C2DE653A")]
public ref class AggregationDesignAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("1D04DE03-0954-496f-B122-EE66C2DE653A")>]
type AggregationDesignAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class AggregationDesignAttribute extends ModelComponent implements ICloneable
Der AggregationDesignAttribute-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
AggregationDesignAttribute() () () () | Initializes a new instance of AggregationDesignAttribute using the default values. | |
AggregationDesignAttribute(String) | Initializes a new instance of AggregationDesignAttribute using an attribute identifier. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Geerbt von ModelComponent.) | |
Attribute | Gets the primitive data type that represents the association between an attribute and an AggregationDesignAttribute element. | |
AttributeID | Gets or sets the attribute identifier for an AggregationDesignAttribute element. | |
CanRaiseEvents | (Geerbt von Component.) | |
Container | (Geerbt von Component.) | |
CubeAttribute | Gets a CubeAttribute associated with a cube element. | |
DesignMode | (Geerbt von Component.) | |
EstimatedCount | ||
Events | (Geerbt von Component.) | |
FriendlyName | Infrastruktur (Geerbt von ModelComponent.) | |
KeyForCollection | Infrastruktur (Geerbt von ModelComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Geerbt von ModelComponent.) | |
Parent | Gets the Cube object that is the parent of the AggregationDesignAttribute object. | |
ParentAggregationDesign | ||
ParentCube | ||
ParentDatabase | ||
ParentMeasureGroup | ||
ParentServer | ||
Site | (Geerbt von Component.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AddToContainer | Infrastruktur (Geerbt von ModelComponent.) | |
AfterInsert | Infrastruktur (Geerbt von ModelComponent.) | |
AfterMove | Infrastruktur (Geerbt von ModelComponent.) | |
AfterRemove | Infrastruktur (Geerbt von ModelComponent.) | |
BeforeRemove | Infrastruktur (Geerbt von ModelComponent.) | |
Clone | Creates a new full copy of an object. | |
CopyTo(AggregationDesignAttribute) | Copies an AggregationDesignAttribute object to the specified object. | |
CopyTo(ModelComponent) | Infrastruktur (Geerbt von ModelComponent.) | |
CreateObjRef | (Geerbt von MarshalByRefObject.) | |
Dispose() () () () | (Geerbt von Component.) | |
Dispose(Boolean) | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Component.) | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | (Geerbt von MarshalByRefObject.) | |
GetService | (Geerbt von Component.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | (Geerbt von MarshalByRefObject.) | |
MemberwiseClone() () () () | (Geerbt von Object.) | |
MemberwiseClone(Boolean) | (Geerbt von MarshalByRefObject.) | |
RemoveFromContainer | Infrastruktur (Geerbt von ModelComponent.) | |
Reset | Infrastruktur (Geerbt von ModelComponent.) | |
Submit() () () () | Infrastruktur (Geerbt von ModelComponent.) | |
Submit(Boolean) | Infrastruktur (Geerbt von ModelComponent.) | |
ToString | Infrastruktur (Geerbt von ModelComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Geerbt von 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. (Geerbt von ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Überschreibt ModelComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (Geerbt von ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Geerbt von ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Geerbt von ModelComponent.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.