Clase PerspectiveCalculation
Represents the relationship between a calculation and a Perspective element. This class cannot be inherited.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..PerspectiveCalculation
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")> _
Public NotInheritable Class PerspectiveCalculation _
Inherits ModelComponent _
Implements ICloneable
'Uso
Dim instance As PerspectiveCalculation
[GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")]
public sealed class PerspectiveCalculation : ModelComponent,
ICloneable
[GuidAttribute(L"72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")]
public ref class PerspectiveCalculation sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("72E82EA3-C8F6-4b75-A3A1-44D4BF91FB06")>]
type PerspectiveCalculation =
class
inherit ModelComponent
interface ICloneable
end
public final class PerspectiveCalculation extends ModelComponent implements ICloneable
El tipo PerspectiveCalculation expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
PerspectiveCalculation() () () () | Initializes a new instance of the PerspectiveCalculation class using default values. | |
PerspectiveCalculation(String) | Initializes a new instance of PerspectiveCalculation using a name. | |
PerspectiveCalculation(String, PerspectiveCalculationType) | Initializes a new instance of PerspectiveCalculation using a name and type. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Se hereda de ModelComponent.) | |
CanRaiseEvents | (Se hereda de Component.) | |
Container | (Se hereda de Component.) | |
DesignMode | (Se hereda de Component.) | |
Events | (Se hereda de Component.) | |
FriendlyName | Infraestructura. (Se hereda de ModelComponent.) | |
KeyForCollection | Infraestructura. (Se hereda de ModelComponent.) | |
Name | Gets or sets the name for the PerspectiveCalculation object. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Se hereda de ModelComponent.) | |
Parent | Gets the parent Perspective of a PerspectiveCalculation object. | |
ParentCube | Gets the parent Cube of a PerspectiveCalculation object. | |
ParentDatabase | Gets the parent Database of a PerspectiveCalculation object. | |
ParentServer | Gets the parent Server of a PerspectiveCalculation object. | |
Site | (Se hereda de Component.) | |
Type | Gets or sets the type of PerspectiveCalculation. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddToContainer | Infraestructura. (Se hereda de ModelComponent.) | |
AfterInsert | Infraestructura. (Se hereda de ModelComponent.) | |
AfterMove | Infraestructura. (Se hereda de ModelComponent.) | |
AfterRemove | Infraestructura. (Se hereda de ModelComponent.) | |
BeforeRemove | Infraestructura. (Se hereda de ModelComponent.) | |
Clone | Creates a new full copy of an object. | |
CopyTo(ModelComponent) | Infraestructura. (Se hereda de ModelComponent.) | |
CopyTo(PerspectiveCalculation) | Copies a PerspectiveCalculation object to the specified object. | |
CreateObjRef | (Se hereda de MarshalByRefObject.) | |
Dispose() () () () | (Se hereda de Component.) | |
Dispose(Boolean) | (Se hereda de Component.) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Component.) | |
GetHashCode | (Se hereda de Object.) | |
GetLifetimeService | (Se hereda de MarshalByRefObject.) | |
GetService | (Se hereda de Component.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | (Se hereda de MarshalByRefObject.) | |
MemberwiseClone() () () () | (Se hereda de Object.) | |
MemberwiseClone(Boolean) | (Se hereda de MarshalByRefObject.) | |
RemoveFromContainer | Infraestructura. (Se hereda de ModelComponent.) | |
Reset | Infraestructura. (Se hereda de ModelComponent.) | |
Submit() () () () | Infraestructura. (Se hereda de ModelComponent.) | |
Submit(Boolean) | Infraestructura. (Se hereda de ModelComponent.) | |
ToString | Infraestructura. (Se hereda de ModelComponent.) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Se hereda de 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. (Se hereda de ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Se hereda de ModelComponent.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (Se hereda de ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Se hereda de ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Se hereda de ModelComponent.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.