Classe InheritedBinding
Defines a binding as inherited from another object. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..InheritedBinding
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("15691EBF-A2CF-4213-9280-E1AC5AE2A050")> _
Public NotInheritable Class InheritedBinding _
Inherits Binding
'Utilisation
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
Le type InheritedBinding expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
![]() |
InheritedBinding | Initializes a new instance of InheritedBinding using default values. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
![]() |
CanRaiseEvents | (hérité de Component.) |
![]() |
Container | (hérité de Component.) |
![]() |
DesignMode | (hérité de Component.) |
![]() |
Events | (hérité de Component.) |
![]() |
Parent | Gets the parent object of the current object. (hérité de Binding.) |
![]() |
Site | (hérité de Component.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Clone | Returns a full copy of current InheritedBinding object. (remplace Binding. . :: . .Clone() () () ().) |
![]() |
CopyTo | Transfers a deep copy of current object to a specified binding. (hérité de Binding.) |
![]() |
CreateObjRef | (hérité de MarshalByRefObject.) |
![]() |
Dispose() () () () | (hérité de Component.) |
![]() |
Dispose(Boolean) | (hérité de Component.) |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Component.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetLifetimeService | (hérité de MarshalByRefObject.) |
![]() |
GetService | (hérité de Component.) |
![]() |
GetType | (hérité de Object.) |
![]() |
InitializeLifetimeService | (hérité de MarshalByRefObject.) |
![]() |
MemberwiseClone() () () () | (hérité de Object.) |
![]() |
MemberwiseClone(Boolean) | (hérité de MarshalByRefObject.) |
![]() |
ToString | (hérité de Component.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
![]() ![]() |
ICloneable. . :: . .Clone | (hérité de Binding.) |
Haut de la page
Notes
Nouveau : 17 juillet 2006
InheritedBinding has no properties. It is used to indicate that a MeasureGroupAttribute inherits its bindings from the Attribute.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.