Bagikan melalui


Binding Class

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

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        More...

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")> _
Public MustInherit Class Binding _
    Inherits Component _
    Implements ICloneable
'Usage
Dim instance As Binding
[GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public abstract class Binding : Component, 
    ICloneable
[GuidAttribute(L"BBACE699-683F-4d4b-BDB1-43B824816CE5")]
public ref class Binding abstract : public Component, 
    ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("BBACE699-683F-4d4b-BDB1-43B824816CE5")>]
type Binding =  
    class 
        inherit Component 
        interface ICloneable 
    end
public abstract class Binding extends Component implements ICloneable

The Binding type exposes the following members.

Constructors

  Name Description
Protected method Binding Initializes a new instance of the Binding object as implemented by the derived class.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Parent Gets the parent object of the current object.
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method Clone Creates a deep copy of current object.
Protected method CopyTo Transfers a deep copy of current object to a specified binding.
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone Creates a new copy of the object instance.

Top

Remarks

New:   17 July 2006

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.AttributeBinding
        Microsoft.AnalysisServices.CalculatedMeasureBinding
        Microsoft.AnalysisServices.ColumnBinding
        Microsoft.AnalysisServices.CubeAttributeBinding
        Microsoft.AnalysisServices.CubeDimensionBinding
        Microsoft.AnalysisServices.DataSourceViewBinding
        Microsoft.AnalysisServices.DimensionBinding
        Microsoft.AnalysisServices.ExpressionBinding
        Microsoft.AnalysisServices.InheritedBinding
        Microsoft.AnalysisServices.MeasureBinding
        Microsoft.AnalysisServices.MeasureGroupBinding
        Microsoft.AnalysisServices.MeasureGroupDimensionBinding
        Microsoft.AnalysisServices.ProactiveCachingBinding
        Microsoft.AnalysisServices.RowBinding
        Microsoft.AnalysisServices.RowNumberBinding
        Microsoft.AnalysisServices.TabularBinding
        Microsoft.AnalysisServices.TimeAttributeBinding
        Microsoft.AnalysisServices.TimeBinding
        Microsoft.AnalysisServices.UserDefinedGroupBinding