TabularBinding Class
Represents a binding to a tabular item, such as a table or SQL query.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.TabularBinding
Microsoft.AnalysisServices.DsvTableBinding
Microsoft.AnalysisServices.QueryBinding
Microsoft.AnalysisServices.TableBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")> _
Public MustInherit Class TabularBinding _
Inherits Binding _
Implements ICloneable
'Usage
Dim instance As TabularBinding
[GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public abstract class TabularBinding : Binding,
ICloneable
[GuidAttribute(L"2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public ref class TabularBinding abstract : public Binding,
ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")>]
type TabularBinding =
class
inherit Binding
interface ICloneable
end
public abstract class TabularBinding extends Binding implements ICloneable
The TabularBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TabularBinding | Initializes a new instance of the TabularBinding 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. (Inherited from Binding.) |
![]() |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates a deep copy of current object. (Inherited from Binding.) |
![]() |
CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) |
![]() |
CopyTo(TabularBinding) | Copies a TabularBinding object to the specified object. |
![]() |
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 this object instance. |
Top
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.