Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of ColumnBinding for the specified table and column.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'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)
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
)
Parameter
- tableId
Typ: System.String
A String that contains the identifier of the table.
- columnId
Typ: System.String
A String that contains the identifier of the column.