TableBinding Class
Updated: May 24, 2016
Represents a bound table object for the analysis services.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::Binding
Microsoft.AnalysisServices::TabularBinding
Microsoft.AnalysisServices::TableBinding
| Name | Description | |
|---|---|---|
![]() | TableBinding() | Initializes a new instance of the TableBinding class. |
![]() | TableBinding(String^, String^, String^) | Initializes a new instance of the TableBinding class with specified data source identifier, schema, and name of the table. |
| Name | Description | |
|---|---|---|
![]() | Container | (Inherited from Component.) |
![]() | 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.) |
![]() | Site | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a clone of the object.(Overrides Binding::Clone().) |
![]() | CopyTo(TableBinding^) | Copies the content of the object to another object. |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::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.




