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 the TableBinding class with specified data source identifier, schema, and name of the table.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
dataSourceId As String, _
schema As String, _
table As String _
)
'Usage
Dim dataSourceId As String
Dim schema As String
Dim table As String
Dim instance As New TableBinding(dataSourceId, _
schema, table)
public TableBinding(
string dataSourceId,
string schema,
string table
)
public:
TableBinding(
String^ dataSourceId,
String^ schema,
String^ table
)
new :
dataSourceId:string *
schema:string *
table:string -> TableBinding
public function TableBinding(
dataSourceId : String,
schema : String,
table : String
)
Parameter
- dataSourceId
Typ: System.String
The data source identifier for the table data.
- schema
Typ: System.String
The schema name of the database.
- table
Typ: System.String
The name of the table in the database to be bound.