OnPremisesTeradataLinkedService
Class
Definition
Linked Service for Teradata data source.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesTeradata")]
public class OnPremisesTeradataLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| OnPremisesTeradataLinkedService() | |
| OnPremisesTeradataLinkedService(String, String, String) |
Properties
| AuthenticationType |
Required. AuthenticationType to be used for connection. |
| EncryptedCredential |
Optional. The encrypted credential for authentication. |
| GatewayName |
Required. The on-premises gateway name. |
| Password |
Optional. Password for authentication. |
| Server |
Required. Server name for connection. |
| Username |
Optional. Username for authentication. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |