Classe AggregationInstanceAttribute
Represents information about an attribute used by an Aggregation instance.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.AggregationInstanceAttribute
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")> _
Public Class AggregationInstanceAttribute _
Inherits ModelComponent _
Implements ICloneable
'Utilizzo
Dim instance As AggregationInstanceAttribute
[GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")]
public class AggregationInstanceAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")]
public ref class AggregationInstanceAttribute : public ModelComponent,
ICloneable
[<GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")>]
type AggregationInstanceAttribute =
class
inherit ModelComponent
interface ICloneable
end
public class AggregationInstanceAttribute extends ModelComponent implements ICloneable
Nel tipo AggregationInstanceAttribute sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
AggregationInstanceAttribute() | Initializes a new instance of AggregationInstanceAttribute using the default values. | |
AggregationInstanceAttribute(String) | Initializes a new instance of AggregationInstanceAttribute using an identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. Ereditato da ModelComponent. | |
AttributeID | Gets or sets an attribute identifier for an AggregationInstanceAttribute. | |
CanRaiseEvents | Ereditato da Component. | |
Container | Ereditato da Component. | |
DesignMode | Ereditato da Component. | |
Events | Ereditato da Component. | |
FriendlyName | Infrastruttura. Gets a friendly name for this current instance. Esegue l'override di ModelComponent.FriendlyName. | |
KeyColumns | Gets the binding to both table and column(s) for AggregationInstanceAttribute. | |
KeyForCollection | Infrastruttura. Gets the key used in the collection. Esegue l'override di ModelComponent.KeyForCollection. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. Ereditato da ModelComponent. | |
Parent | Infrastruttura. Gets the IModelComponent object that is the parent of the ModelComponent object. Ereditato da ModelComponent. | |
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(AggregationInstanceAttribute) | Copies an AggregationInstanceAttribute object to the specified object. | |
CopyTo(ModelComponent) | Infrastruttura. Copies a ModelComponent object to the specified object. Ereditato da ModelComponent. | |
CreateObjRef | Criticità per la sicurezza. 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 | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
GetService | Ereditato da Component. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
MemberwiseClone() | Ereditato da Object. | |
MemberwiseClone(Boolean) | Ereditato da MarshalByRefObject. | |
RemoveFromContainer | Infrastruttura. Removes a ModelComponent object from the specified container. Ereditato da ModelComponent. | |
Reset | Infrastruttura. Resets the component to an initial state. Ereditato da ModelComponent. | |
Submit() | Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent. | |
Submit(Boolean) | Infrastruttura. Submits a ModelComponent object. Ereditato da ModelComponent. | |
ToString | Infrastruttura. Returns a string that represents the current object. 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) | Indicates whether a ModelComponent object is valid. Ereditato da ModelComponent. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da Component. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable.Clone | Creates and returns a new object that is a copy of the current instance of this AggregationInstanceAttribute object. | |
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.