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
)
Parameter
- dataSourceId
- schema
- table
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
TableBinding Class
TableBinding Members
Microsoft.AnalysisServices Namespace