अंग्रेज़ी में पढ़ें

इसके माध्यम से साझा किया गया


ColumnBinding Constructor (String, String)

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Public Sub New ( _
    tableId As String, _
    columnId As String _
)
'Usage
Dim tableId As String 
Dim columnId As String 

Dim instance As New ColumnBinding(tableId, _
    columnId)

Parameters

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

See Also

Reference

ColumnBinding Class

ColumnBinding Overload

Microsoft.AnalysisServices Namespace