TableBinding Class

Definition

Represents a bound table object for the analysis services.

[System.Runtime.InteropServices.Guid("3632DD5A-AA46-4063-8312-26F0D9050B88")]
public sealed class TableBinding : Microsoft.AnalysisServices.TabularBinding
[<System.Runtime.InteropServices.Guid("3632DD5A-AA46-4063-8312-26F0D9050B88")>]
type TableBinding = class
    inherit TabularBinding
Public NotInheritable Class TableBinding
Inherits TabularBinding
Inheritance
Attributes

Constructors

TableBinding()

Initializes a new instance of the TableBinding class using default values.

TableBinding(String, String, String)

nitializes a new instance of the TableBinding class with the specified data source, schema, and table.

Properties

DataSourceID

Gets or sets the data source identifier for the table data.

DbSchemaName

Gets or sets the schema name of the database.

DbTableName

Gets or sets the name of the table in the database to be bound.

Parent

Gets the parent object of the current object.

(Inherited from Binding)

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(TableBinding)

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