DsvTableBinding Class
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 | |
---|---|---|
CanRaiseEvents | (Inherited from Component.) | |
Container | (Inherited from Component.) | |
DataSourceViewID | Gets or sets the data source view unique identifier. | |
DesignMode | (Inherited from Component.) | |
Events | (Inherited from Component.) | |
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(Binding) | Transfers a deep copy of current object to a specified binding. (Inherited from Binding.) | |
CopyTo(DsvTableBinding) | Copies the current DsvTableBinding to an object, which is passed as a parameter. | |
CopyTo(TabularBinding) | Copies a TabularBinding object to the specified object. (Inherited from TabularBinding.) | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Dispose() | (Inherited from Component.) | |
Dispose(Boolean) | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Component.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetService | (Inherited from Component.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | (Inherited from TabularBinding.) |
Top
Remarks
New: 17 July 2006
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.