Конструктор TableBinding (String, String, String)
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
dataSourceId As String, _
schema As String, _
table As String _
)
'Применение
Dim dataSourceId As String
Dim schema As String
Dim table As String
Dim instance As New TableBinding(dataSourceId, _
schema, table)
public TableBinding(
string dataSourceId,
string schema,
string table
)
public:
TableBinding(
String^ dataSourceId,
String^ schema,
String^ table
)
new :
dataSourceId:string *
schema:string *
table:string -> TableBinding
public function TableBinding(
dataSourceId : String,
schema : String,
table : String
)
Параметры
- dataSourceId
Тип: System. . :: . .String
- schema
Тип: System. . :: . .String
- table
Тип: System. . :: . .String
См. также