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 | |
---|---|---|
![]() |
CanRaiseEvents | (Herdado de Component.) |
![]() |
Container | (Herdado de Component.) |
![]() |
DesignMode | (Herdado de Component.) |
![]() |
Events | (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() () () ().) |
![]() |
CopyTo | Transfers a deep copy of current object to a specified binding. (Herdado de Binding.) |
![]() |
CreateObjRef | (Herdado de MarshalByRefObject.) |
![]() |
Dispose() () () () | (Herdado de Component.) |
![]() |
Dispose(Boolean) | (Herdado de Component.) |
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Component.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetLifetimeService | (Herdado de MarshalByRefObject.) |
![]() |
GetService | (Herdado de Component.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
InitializeLifetimeService | (Herdado de MarshalByRefObject.) |
![]() |
MemberwiseClone() () () () | (Herdado de Object.) |
![]() |
MemberwiseClone(Boolean) | (Herdado de MarshalByRefObject.) |
![]() |
ToString | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
![]() ![]() |
ICloneable. . :: . .Clone | (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.