Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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