DataSourceViewBinding 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 an object to a DataSourceView. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("3EF61487-13C3-46dc-8BBD-7E51B30DC991")]
public sealed class DataSourceViewBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("3EF61487-13C3-46dc-8BBD-7E51B30DC991")>]
type DataSourceViewBinding = class
inherit Binding
Public NotInheritable Class DataSourceViewBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
DataSourceViewBinding() |
Initializes a new instance of DataSourceViewBinding using default values. |
DataSourceViewBinding(String) |
Initializes a new instance of DataSourceViewBinding for the specified DataSourceView. |
Properties
DataSourceViewID |
Gets or sets the DataSourceViewID for the current DataSourceViewBinding. |
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
Methods
Clone() |
Returns a copy of the DataSourceViewBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |