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 DsvTableBinding for the specified data source view and table.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
dataSourceViewId As String, _
tableId As String _
)
'Usage
Dim dataSourceViewId As String
Dim tableId As String
Dim instance As New DsvTableBinding(dataSourceViewId, _
tableId)
public DsvTableBinding(
string dataSourceViewId,
string tableId
)
public:
DsvTableBinding(
String^ dataSourceViewId,
String^ tableId
)
new :
dataSourceViewId:string *
tableId:string -> DsvTableBinding
public function DsvTableBinding(
dataSourceViewId : String,
tableId : String
)
Parameter
- dataSourceViewId
Typ: System.String
A String that contains the identifier of the data source view.
- tableId
Typ: System.String
A String that contains the identifier of the table.