OnPremisesOdbcLinkedService
Class
Definition
Linked Service for Open Database Connectivity (ODBC) data source.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesOdbc")]
public class OnPremisesOdbcLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| OnPremisesOdbcLinkedService() | |
| OnPremisesOdbcLinkedService(String, String, String) |
Properties
| AuthenticationType |
Required. Type of authentication used to connect to the ODBC data store. Possible values are: Anonymous and Basic. |
| ConnectionString |
Required. The non-access credential portion of the connection string as well as an optional encrypted credential, e.g. "Driver={SQL Server};Server=myserver;Database=mydb;EncryptedCredential=myencryptedcredential". |
| Credential |
Optional. The access credential portion of the connection string specified in driver-specific property-value format, e.g. “Uid=someusername;Pwd=somepassword;RefreshToken=mytoken;”. |
| GatewayName |
Required. The on-premises gateway name. |
| Password |
Optional. Password for Basic or Windows authentication. |
| Username |
Optional. User name for Basic or Windows authentication. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |