Binding Class

Definition

Serves as the base class from which all bindings are derived.

[System.Runtime.InteropServices.Guid("BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public abstract class Binding : System.ComponentModel.Component, ICloneable, IDisposable, Microsoft.AnalysisServices.Core.IBinding
[<System.Runtime.InteropServices.Guid("BBACE699-683F-4d4b-BDB1-43B824816CE5")>]
type Binding = class
    inherit Component
    interface ICloneable
    interface IBinding
    interface IComponent
    interface IDisposable
Public MustInherit Class Binding
Inherits Component
Implements IBinding, ICloneable, IDisposable
Inheritance
Binding
Derived
Attributes
Implements

Constructors

Binding()

Properties

Parent

Gets the parent object of the current object.

Methods

Clone()

Creates a deep copy of current object.

CopyTo(Binding)

Transfers a deep copy of current object to a specified binding.

Explicit Interface Implementations

ICloneable.Clone()

Applies to