Binding Class
Updated: May 24, 2016
Serves as the base class from which all bindings are derived.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
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
| Name | Description | |
|---|---|---|
![]() | Binding() | Initializes a new instance of the Binding object as implemented by the derived class. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a deep copy of current object. |
![]() | CopyTo(Binding^) | Transfers a deep copy of current object to a specified binding. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Dispose(Boolean) | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Component.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetService(Type^) | (Inherited from Component.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new copy of the object instance. |
New: 17 July 2006
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






