Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DataSourceType Enum
Definition
- Namespace:
- Microsoft.AnalysisServices.Tabular
- Assembly:
- Microsoft.AnalysisServices.Tabular.dll
- Package:
- Microsoft.AnalysisServices v19.114.0
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The type of DataSource. Currently, the only possible value is Provider.
public enum DataSourceType
type DataSourceType =
Public Enum DataSourceType
- Inheritance
-
DataSourceType
Fields
| Name | Value | Description |
|---|---|---|
| Provider | 1 | A data source having a data provider and connection string. |
| Structured | 2 | For internal use only. |
