다음을 통해 공유


ColumnBinding 생성자 (String, String)

Initializes a new instance of ColumnBinding for the specified table and column.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Sub New ( _
    tableId As String, _
    columnId As String _
)
‘사용 방법
Dim tableId As String 
Dim columnId As String 

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

매개 변수

  • tableId
    유형: System.String
    A String that contains the identifier of the table.
  • columnId
    유형: System.String
    A String that contains the identifier of the column.

참고 항목

참조

ColumnBinding 클래스

ColumnBinding 오버로드

Microsoft.AnalysisServices 네임스페이스