다음을 통해 공유


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