TabularBinding 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.
Represents a binding to a tabular item, such as a table or SQL query.
[System.Runtime.InteropServices.Guid("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")]
public abstract class TabularBinding : Microsoft.AnalysisServices.Binding, ICloneable
[<System.Runtime.InteropServices.Guid("2D3C7FA2-4F08-4f97-A3A5-C9E61015FC96")>]
type TabularBinding = class
inherit Binding
interface ICloneable
Public MustInherit Class TabularBinding
Inherits Binding
Implements ICloneable
- Inheritance
- Derived
- Attributes
- Implements
Constructors
TabularBinding() |
Properties
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
Methods
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 the content of this object to another object (the destination). |
Explicit Interface Implementations
ICloneable.Clone() |