DsvTableBinding Constructors
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.
Overloads
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. |
DsvTableBinding()
Initializes a new instance of DsvTableBinding using default values.
public DsvTableBinding ();
Public Sub New ()
Applies to
DsvTableBinding(String, String)
Initializes a new instance of DsvTableBinding for the specified data source view and table.
public DsvTableBinding (string dataSourceViewId, string tableId);
new Microsoft.AnalysisServices.DsvTableBinding : string * string -> Microsoft.AnalysisServices.DsvTableBinding
Public Sub New (dataSourceViewId As String, tableId As String)
Parameters
- dataSourceViewId
- String
A String that contains the identifier of the data source view.
- tableId
- String
A String that contains the identifier of the table.