Binding 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.
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() |