DsvTableBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |