OnPremisesOracleLinkedService
Class
Definition
An on-premises Oracle database.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesOracle")]
public class OnPremisesOracleLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| OnPremisesOracleLinkedService() |
Initializes a new instance of the OnPremisesOracleLinkedService class. |
| OnPremisesOracleLinkedService(String, String) |
Initializes a new instance of the OnPremisesOracleLinkedService class with required arguments. |
Properties
| ConnectionString |
Required. The connection string. |
| DriverType |
Optional. The driver type for an on-premises Oracle server. Specify "Microsoft" to use the ODBC driver for Oracle or "ODP" to use the Oracle driver. If not specified, the Oracle driver will be used. |
| GatewayName |
Required. The on-premises HDIS gateway name. |
| Password |
Optional. The on-premises Windows authentication password. |
| UserName |
Optional. The on-premises Windows authentication user name. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |