Udostępnij za pośrednictwem


TableBinding Constructor (String, String, String)

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

Syntax

'Declaration
Public Sub New ( _
    dataSourceId As String, _
    schema As String, _
    table As String _
)
public TableBinding (
    string dataSourceId,
    string schema,
    string table
)
public:
TableBinding (
    String^ dataSourceId, 
    String^ schema, 
    String^ table
)
public TableBinding (
    String dataSourceId, 
    String schema, 
    String table
)
public function TableBinding (
    dataSourceId : String, 
    schema : String, 
    table : String
)

Parameters

  • dataSourceId
  • schema
  • table

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TableBinding Class
TableBinding Members
Microsoft.AnalysisServices Namespace