Costruttore RowBinding (String)
Initializes a new instance of the RowBinding class with a specified table identifier.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
tableId As String _
)
'Utilizzo
Dim tableId As String
Dim instance As New RowBinding(tableId)
public RowBinding(
string tableId
)
public:
RowBinding(
String^ tableId
)
new :
tableId:string -> RowBinding
public function RowBinding(
tableId : String
)
Parametri
- tableId
Tipo: System.String
The table identifier.