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 | |
---|---|---|
Binding | Initializes a new instance of the Binding object as implemented by the derived class. |
Top
Properties
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
Parent | Gets the parent object of the current object. | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a deep copy of current object. | |
CopyTo | Transfers a deep copy of current object to a specified binding. | |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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