RowBinding 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
RowBinding() |
Initializes a new instance of the RowBinding class using default values. |
RowBinding(String) |
Initializes a new instance of the RowBinding class with a specified table identifier. |
RowBinding()
Initializes a new instance of the RowBinding class using default values.
public RowBinding ();
Public Sub New ()
Applies to
RowBinding(String)
Initializes a new instance of the RowBinding class with a specified table identifier.
public RowBinding (string tableId);
new Microsoft.AnalysisServices.RowBinding : string -> Microsoft.AnalysisServices.RowBinding
Public Sub New (tableId As String)
Parameters
- tableId
- String
The table identifier.