DsvTableBinding Class

Definition

Defines a binding from a data source view to a table. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")]
public sealed class DsvTableBinding : Microsoft.AnalysisServices.TabularBinding
[<System.Runtime.InteropServices.Guid("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")>]
type DsvTableBinding = class
    inherit TabularBinding
Public NotInheritable Class DsvTableBinding
Inherits TabularBinding
Inheritance
DsvTableBinding
Attributes

Constructors

DsvTableBinding()

Initializes a new instance of DsvTableBinding using default values.

DsvTableBinding(String, String)

Initializes a new instance of DsvTableBinding for the specified data source view and table.

Properties

DataEmbeddingStyle

Gets or sets the style in which data is embedded in the table.

DataSourceViewID

Gets or sets the data source view unique identifier.

Parent

Gets the parent object of the current object.

(Inherited from Binding)
TableID

Gets or sets the table unique identifier.

Methods

Clone()

Returns a clone of the object.

CopyTo(Binding)

Transfers a deep copy of current object to a specified binding.

(Inherited from Binding)
CopyTo(DsvTableBinding)

Copies the content of this object to another object (the destination).

CopyTo(TabularBinding)

Copies the content of this object to another object (the destination).

(Inherited from TabularBinding)

Explicit Interface Implementations

ICloneable.Clone() (Inherited from TabularBinding)

Applies to