DataSourceType Enum
Definition
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. |