InheritedBinding Class

Definition

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
InheritedBinding
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)

Applies to