TableBinding 构造函数 (String, String, String)

Initializes a new instance of the TableBinding class with specified data source identifier, schema, and name of the table.

命名空间:  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
    The data source identifier for the table data.
  • table
    类型:System.String
    The name of the table in the database to be bound.

请参阅

参考

TableBinding 类

TableBinding 重载

Microsoft.AnalysisServices 命名空间