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.
Initializes a new instance of DataSourceViewBinding for the specified DataSourceView.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
dataSourceViewId As String _
)
'Usage
Dim dataSourceViewId As String
Dim instance As New DataSourceViewBinding(dataSourceViewId)
public DataSourceViewBinding(
string dataSourceViewId
)
public:
DataSourceViewBinding(
String^ dataSourceViewId
)
new :
dataSourceViewId:string -> DataSourceViewBinding
public function DataSourceViewBinding(
dataSourceViewId : String
)
Parameters
- dataSourceViewId
Type: System.String
A String that contains the identifier of the DataSourceView.