Clase InheritedBinding
Defines a binding as inherited from another object. This class cannot be inherited.
Jerarquía de herencia
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.InheritedBinding
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("15691EBF-A2CF-4213-9280-E1AC5AE2A050")> _
Public NotInheritable Class InheritedBinding _
Inherits Binding
'Uso
Dim instance As InheritedBinding
[GuidAttribute("15691EBF-A2CF-4213-9280-E1AC5AE2A050")]
public sealed class InheritedBinding : Binding
[GuidAttribute(L"15691EBF-A2CF-4213-9280-E1AC5AE2A050")]
public ref class InheritedBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("15691EBF-A2CF-4213-9280-E1AC5AE2A050")>]
type InheritedBinding =
class
inherit Binding
end
public final class InheritedBinding extends Binding
El tipo InheritedBinding expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
InheritedBinding | Initializes a new instance of InheritedBinding using default values. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Container | (Se hereda de Component.) | |
Parent | Gets the parent object of the current object. (Se hereda de Binding.) | |
Site | (Se hereda de Component.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Returns a full copy of current InheritedBinding object. (Invalida Binding.Clone().) | |
CreateObjRef | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
Dispose | (Se hereda de Component.) | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
ToString | (Se hereda de Component.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
Disposed | (Se hereda de Component.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. (Se hereda de Binding.) |
Arriba
Comentarios
Nuevo: 17 de julio de 2006
InheritedBinding has no properties. It is used to indicate that a MeasureGroupAttribute inherits its bindings from the Attribute.
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.