Condividi tramite


Classe AggregationDesignAttribute

Represents the association between an attribute and an AggregationDesignDimension element.

Gerarchia di ereditarietà

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.AggregationDesignAttribute

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("1D04DE03-0954-496f-B122-EE66C2DE653A")> _
Public NotInheritable Class AggregationDesignAttribute _
    Inherits ModelComponent _
    Implements ICloneable
'Utilizzo
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

Nel tipo AggregationDesignAttribute sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AggregationDesignAttribute() Initializes a new instance of AggregationDesignAttribute using the default values.
Metodo pubblico AggregationDesignAttribute(String) Initializes a new instance of AggregationDesignAttribute using an attribute identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets a collection within which you can store custom data. Ereditato da ModelComponent.
Proprietà pubblica Attribute Gets the primitive data type that represents the association between an attribute and an AggregationDesignAttribute element.
Proprietà pubblica AttributeID Gets or sets the attribute identifier for an AggregationDesignAttribute element.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica CubeAttribute Gets a CubeAttribute associated with a cube element.
Proprietà pubblica EstimatedCount Gets or sets the estimated number of members for Attribute.
Proprietà protetta FriendlyName Infrastruttura. Gets the friendly name of the ModelComponent. Ereditato da ModelComponent.
Proprietà protetta KeyForCollection Infrastruttura. Gets the key used in the collection. Ereditato da ModelComponent.
Proprietà pubblica OwningCollection Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent.
Proprietà pubblica Parent Gets the measure group object that is the parent of the AggregationDesignAttribute object.
Proprietà pubblica ParentAggregationDesign Gets the AggregationDesign object that is the parent of the AggregationDesignAttribute object.
Proprietà pubblica ParentCube Gets the Cube object that is the parent of the AggregationDesignAttribute object.
Proprietà pubblica ParentDatabase Gets the Database object that is the parent of the AggregationDesignAttribute object's Cube object.
Proprietà pubblica ParentMeasureGroup Gets the MeasureGroup object that is the parent of the AggregationDesignAttribute object.
Proprietà pubblica ParentServer Gets the Server object that is the parent of the AggregationDesignAttribute object.
Proprietà pubblica Site Ereditato da Component.

In alto

Metodi

  Nome Descrizione
Metodo protetto AddToContainer Infrastruttura. Adds a ModelComponent object to the specified container. Ereditato da ModelComponent.
Metodo protetto AfterInsert Infrastruttura. Displays a ModelComponent object after added to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterMove Infrastruttura. Displays a ModelComponent object after moving to the specified index. Ereditato da ModelComponent.
Metodo protetto AfterRemove Infrastruttura. Displays a ModelComponentCollection after a ModelComponent object is removed. Ereditato da ModelComponent.
Metodo protetto BeforeRemove Infrastruttura. Removes the ModelComponent object before the cleanup. Ereditato da ModelComponent.
Metodo pubblico Clone Creates and returns a new object that is a copy of the current instance of this AggregationDesignAttribute object.
Metodo pubblico CopyTo Copies an AggregationDesignAttribute object to the specified object (the destination).
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo protetto RemoveFromContainer Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent.
Metodo pubblico Submit() Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico Submit(Boolean) Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent.
Metodo pubblico ToString Infrastruttura. Returns a string that represents the current object. Ereditato da ModelComponent.
Metodo pubblico Validate(ValidationErrorCollection) Validates the element to which it is appended; returns any errors encountered in a collection. Ereditato da ModelComponent.
Metodo pubblico 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.
Metodo pubblico Validate(ValidationErrorCollection, Boolean, ServerEdition) Validates the element to which it is appended; returns any errors encountered into a collection. Also contains a parameter to enable return of detailed errors. Esegue l'override di ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates and returns a new object that is a copy of the current instance of this AggregationDesignAttribute object.
Implementazione esplicita dell'interfacciaProprietà privata IHostableComponent.Host Gets or sets the IServiceProvider that is the host of the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata IModelComponent.FriendlyPath Gets a friendly path for the ModelComponent. Ereditato da ModelComponent.
Implementazione esplicita dell'interfacciaProprietà privata 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices