Share via


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 네임스페이스