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
Public method DsvTableBinding() Initializes a new instance of DsvTableBinding using default values.
Public method DsvTableBinding(String, String) Initializes a new instance of DsvTableBinding for the specified data source view and table.

Top

Properties

  Name Description
Public property Container (Inherited from Component.)
Public property DataEmbeddingStyle Gets or sets the embedded data in the table.
Public property DataSourceViewID Gets or sets the data source view unique identifier.
Public property Parent Gets the parent object of the current object. (Inherited from Binding.)
Public property Site (Inherited from Component.)
Public property TableID Gets or sets the table unique identifier.

Top

Methods

  Name Description
Public method Clone Returns a full copy of current DsvTableBinding object. (Overrides Binding.Clone().)
Public method CopyTo Copies the current DsvTableBinding to an object, which is passed as a parameter.
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose (Inherited from Component.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone Creates a new copy of this object instance. (Inherited from TabularBinding.)

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.

See Also

Reference

Microsoft.AnalysisServices Namespace