TableBinding Class

 

Updated: May 24, 2016

Represents a bound table object for the analysis services.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.AnalysisServices::Binding
        Microsoft.AnalysisServices::TabularBinding
          Microsoft.AnalysisServices::TableBinding

[GuidAttribute("3632DD5A-AA46-4063-8312-26F0D9050B88")]
public ref class TableBinding sealed : TabularBinding

NameDescription
System_CAPS_pubmethodTableBinding()

Initializes a new instance of the TableBinding class.

System_CAPS_pubmethodTableBinding(String^, String^, String^)

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

NameDescription
System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyDataSourceID

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

System_CAPS_pubpropertyDbSchemaName

Gets or sets the schema name of the database.

System_CAPS_pubpropertyDbTableName

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

System_CAPS_pubpropertyParent

Gets the parent object of the current object.(Inherited from Binding.)

System_CAPS_pubpropertySite

(Inherited from Component.)

NameDescription
System_CAPS_pubmethodClone()

Returns a clone of the object.(Overrides Binding::Clone().)

System_CAPS_pubmethodCopyTo(TableBinding^)

Copies the content of the object to another object.

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates a new copy of this object instance.(Inherited from TabularBinding.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: