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.