Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines a binding from a data source view to a table. This class cannot be inherited.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.TabularBinding
Microsoft.AnalysisServices.DsvTableBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")> _
Public NotInheritable Class DsvTableBinding _
Inherits TabularBinding
'Usage
Dim instance As DsvTableBinding
[GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")]
public sealed class DsvTableBinding : TabularBinding
[GuidAttribute(L"54FAF89E-8DE3-4bb0-B3F7-BE305103548B")]
public ref class DsvTableBinding sealed : public TabularBinding
[<SealedAttribute>]
[<GuidAttribute("54FAF89E-8DE3-4bb0-B3F7-BE305103548B")>]
type DsvTableBinding =
class
inherit TabularBinding
end
public final class DsvTableBinding extends TabularBinding
The DsvTableBinding type exposes the following members.
Constructors
| 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. |
Top
Properties
| 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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Clone | Returns a full copy of current DsvTableBinding object. (Overrides Binding.Clone().) |
![]() |
CopyTo | Copies the current DsvTableBinding to an object, which is passed as a parameter. |
![]() |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
Dispose | (Inherited from Component.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
ToString | (Inherited from Component.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
Disposed | (Inherited from Component.) |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of this object instance. (Inherited from TabularBinding.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)