RowBinding Constructors

Definition

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.

Applies to