DsvTableBinding Class
Updated: May 24, 2016
Defines a binding from a data source view to a table. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::Binding
Microsoft.AnalysisServices::TabularBinding
Microsoft.AnalysisServices::DsvTableBinding
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Container | (Inherited from Component.) |
![]() | DataEmbeddingStyle | Gets or sets the embedded data 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.) |
![]() | Site | (Inherited from Component.) |
![]() | TableID | Gets or sets the table unique identifier. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Returns a full copy of current DsvTableBinding object.(Overrides Binding::Clone().) |
![]() | CopyTo(DsvTableBinding^) | Copies the current DsvTableBinding to an object, which is passed as a parameter. |
![]() | 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.




