DsvTableBinding Class
Defines a binding from a data source view to a table. This class cannot be inherited.
Inheritance Hierarchy
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.TabularBinding
          Microsoft.AnalysisServices.DsvTableBinding
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")> _
Public NotInheritable Class DsvTableBinding _
    Inherits TabularBinding
'Usage
Dim instance As DsvTableBinding
[GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")]
public sealed class DsvTableBinding : TabularBinding
[GuidAttribute(L"54FAF89E-8DE3-4bb0-B3F7-BE305103548B")]
public ref class DsvTableBinding sealed : public TabularBinding
[<SealedAttribute>]
[<GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")>]
type DsvTableBinding =  
    class
        inherit TabularBinding
    end
public final class DsvTableBinding extends TabularBinding
The DsvTableBinding type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DsvTableBinding() | Initializes a new instance of DsvTableBinding using default values. | 
| .gif) | DsvTableBinding(String, String) | Initializes a new instance of DsvTableBinding for the specified data source view and table. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | DataSourceViewID | Gets or sets the data source view unique identifier. | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | Parent | Gets the parent object of the current object. (Inherited from Binding.) | 
| .gif) | Site | (Inherited from Component.) | 
| .gif) | TableID | Gets or sets the table unique identifier. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Returns a full copy of current DsvTableBinding object. (Overrides Binding.Clone().) | 
| .gif) | CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | 
| .gif) | CopyTo(DsvTableBinding) | Copies the current DsvTableBinding to an object, which is passed as a parameter. | 
| .gif) | CopyTo(TabularBinding) | Copies a TabularBinding object to the specified object. (Inherited from TabularBinding.) | 
| .gif) | CreateObjRef | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | (Inherited from Component.) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Component.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService | (Inherited from Component.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | ToString | (Inherited from Component.) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| .gif) .gif) | ICloneable.Clone | (Inherited from TabularBinding.) | 
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.
.gif)