ExternalDataSourceOptionKind 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 external data source options.
public enum ExternalDataSourceOptionKind
type ExternalDataSourceOptionKind =
Public Enum ExternalDataSourceOptionKind
- Inheritance
-
ExternalDataSourceOptionKind
Fields
Name | Value | Description |
---|---|---|
ResourceManagerLocation | 0 | The resource manager location. |
Credential | 1 | Credential to use to connect to the data source. |
DatabaseName | 2 | Name of the database to connect to. |
ShardMapName | 3 | Name of the shard map to use. |
ConnectionOptions | 4 | Additional option when connecting over ODBC to an external data source. |