Clase NamedComponent
Represents a named component.
Jerarquía de herencia
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Más...
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("AA77A7C5-38A3-41ad-BAE8-3101FE6A116D")> _
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")> _
Public MustInherit Class NamedComponent _
Inherits ModelComponent _
Implements INamedComponent, IModelComponent, IComponent, IDisposable, _
IFormattable
'Uso
Dim instance As NamedComponent
[GuidAttribute("AA77A7C5-38A3-41ad-BAE8-3101FE6A116D")]
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public abstract class NamedComponent : ModelComponent,
INamedComponent, IModelComponent, IComponent, IDisposable, IFormattable
[GuidAttribute(L"AA77A7C5-38A3-41ad-BAE8-3101FE6A116D")]
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public ref class NamedComponent abstract : public ModelComponent,
INamedComponent, IModelComponent, IComponent, IDisposable, IFormattable
[<AbstractClassAttribute>]
[<GuidAttribute("AA77A7C5-38A3-41ad-BAE8-3101FE6A116D")>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")>]
type NamedComponent =
class
inherit ModelComponent
interface INamedComponent
interface IModelComponent
interface IComponent
interface IDisposable
interface IFormattable
end
public abstract class NamedComponent extends ModelComponent implements INamedComponent, IModelComponent, IComponent, IDisposable, IFormattable
El tipo NamedComponent expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
NamedComponent() | Initializes a new instance of the NamedComponent class. | |
NamedComponent(String) | Initializes a new instance of the NamedComponent class. | |
NamedComponent(String, String) | Initializes a new instance of the NamedComponent class. |
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.) | |
Description | Gets or sets the description of the component. | |
DesignMode | (Se hereda de Component.) | |
Events | (Se hereda de Component.) | |
FriendlyName | Returns a user-friendly name. (Invalida ModelComponent.FriendlyName.) | |
ID | Gets or sets the identifier of the component. | |
KeyForCollection | Returns the key used in collections. (Invalida ModelComponent.KeyForCollection.) | |
Name | Gets or sets the name of the component. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Se hereda de ModelComponent.) | |
Parent | Infraestructura. Gets the IModelComponent object that is the parent of the ModelComponent object. (Se hereda de ModelComponent.) | |
Site | Infraestructura. Gets or sets the site of the component. (Invalida Component.Site.) | |
SiteID | Infraestructura. Gets or sets the identifier for the site associated with the component. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddToContainer | Infraestructura. Adds a ModelComponent object to the specified container. (Se hereda de ModelComponent.) | |
AfterInsert | Infraestructura. Displays a ModelComponent object after added to the specified index. (Se hereda de ModelComponent.) | |
AfterMove | Infraestructura. Displays a ModelComponent object after moving to the specified index. (Se hereda de ModelComponent.) | |
AfterRemove | Infraestructura. Displays a ModelComponentCollection after a ModelComponent object is removed. (Se hereda de ModelComponent.) | |
BeforeRemove | Infraestructura. Removes the ModelComponent object before the cleanup. (Se hereda de ModelComponent.) | |
CopyTo(ModelComponent) | Infraestructura. Copies a ModelComponent object to the specified object. (Se hereda de ModelComponent.) | |
CopyTo(NamedComponent) | Infraestructura. Copies a NamedComponent object to the specified object. | |
CreateObjRef | Importante para la seguridad. (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 | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
GetService | (Se hereda de Component.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
MemberwiseClone() | (Se hereda de Object.) | |
MemberwiseClone(Boolean) | (Se hereda de MarshalByRefObject.) | |
RemoveFromContainer | Infraestructura. Removes a ModelComponent object from the specified container. (Se hereda de ModelComponent.) | |
Reset | Infraestructura. Resets the component to its initial state. | |
Submit() | Infraestructura. Submits a ModelComponent object. (Se hereda de ModelComponent.) | |
Submit(Boolean) | Infraestructura. Submits a ModelComponent object. (Se hereda de ModelComponent.) | |
ToString | Returns a string containing the name of the component. (Invalida ModelComponent.ToString().) | |
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) | Determines whether the NamedComponent is valid. (Invalida ModelComponent.Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
Disposed | (Se hereda de Component.) |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
MaxIDLength | Specifies the maximum length of the identifier. | |
MaxNameLength | Specifies the maximum length of the name. |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
IFormattable.ToString | Formats the value of the current instance using the specified format. | |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Se hereda de ModelComponent.) | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Se hereda de ModelComponent.) | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (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.
Vea también
Referencia
Espacio de nombres Microsoft.AnalysisServices
Jerarquía de herencia
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.Action
Microsoft.AnalysisServices.Aggregation
Microsoft.AnalysisServices.AggregationInstance
Microsoft.AnalysisServices.CubeDimension
Microsoft.AnalysisServices.DimensionAttribute
Microsoft.AnalysisServices.Hierarchy
Microsoft.AnalysisServices.Kpi
Microsoft.AnalysisServices.Level
Microsoft.AnalysisServices.MajorObject
Microsoft.AnalysisServices.Measure
Microsoft.AnalysisServices.MiningModelColumn
Microsoft.AnalysisServices.MiningStructureColumn