Поделиться через


Конструктор DsvTableBinding (String, String)

Initializes a new instance of DsvTableBinding for the specified data source view and table.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub New ( _
    dataSourceViewId As String, _
    tableId As String _
)
'Применение
Dim dataSourceViewId As String 
Dim tableId As String 

Dim instance As New DsvTableBinding(dataSourceViewId, _
    tableId)
public DsvTableBinding(
    string dataSourceViewId,
    string tableId
)
public:
DsvTableBinding(
    String^ dataSourceViewId, 
    String^ tableId
)
new : 
        dataSourceViewId:string * 
        tableId:string -> DsvTableBinding
public function DsvTableBinding(
    dataSourceViewId : String, 
    tableId : String
)

Параметры

  • dataSourceViewId
    Тип: System.String
    A String that contains the identifier of the data source view.
  • tableId
    Тип: System.String
    A String that contains the identifier of the table.

См. также

Справочник

DsvTableBinding Класс

Перегрузка DsvTableBinding

Пространство имен Microsoft.AnalysisServices