InheritedBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a binding as inherited from another object. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("15691EBF-A2CF-4213-9280-E1AC5AE2A050")]
public sealed class InheritedBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("15691EBF-A2CF-4213-9280-E1AC5AE2A050")>]
type InheritedBinding = class
inherit Binding
Public NotInheritable Class InheritedBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
| InheritedBinding() |
Properties
| Parent |
Gets the parent object of the current object. (Inherited from Binding) |
Methods
| Clone() |
Returns a copy of the InheritedBinding object. |
| CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
Explicit Interface Implementations
| ICloneable.Clone() | (Inherited from Binding) |