Classe InheritedBinding
Defines a binding as inherited from another object. This class cannot be inherited.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.InheritedBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<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
O tipo InheritedBinding expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
InheritedBinding | Initializes a new instance of InheritedBinding using default values. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Container | (Herdado de Component.) | |
Parent | Gets the parent object of the current object. (Herdado de Binding.) | |
Site | (Herdado de Component.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Returns a full copy of current InheritedBinding object. (Substitui Binding.Clone().) | |
CreateObjRef | Segurança crítica. (Herdado de MarshalByRefObject.) | |
Dispose | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
ToString | (Herdado de Component.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. (Herdado de Binding.) |
Início
Comentários
Novo: 17 de julho de 2006
InheritedBinding has no properties. It is used to indicate that a MeasureGroupAttribute inherits its bindings from the Attribute.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.