DataSourceType Enum
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.
C#
public enum DataSourceType
type DataSourceType =
Public Enum DataSourceType
- Inheritance
-
DataSourceType
Name | Value | Description |
---|---|---|
Provider | 1 | A data source having a data provider and connection string. |
Structured | 2 | For internal use only. |
Product | Versions |
---|---|
Analysis Services SDK for .NET | latest |