MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withAuthenticationType(Object authenticationType) |
Set the authenticationType property: Type of authentication used to connect to the Microsoft Access as ODBC data
store.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withConnectionString(Object connectionString) |
Set the connectionString property: The non-access credential portion of the connection string as well as an
optional encrypted credential.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withCredential(SecretBase credential) |
Set the credential property: The access credential portion of the connection string specified in driver-specific
property-value format.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withPassword(SecretBase password) |
Set the password property: Password for Basic authentication.
|
MicrosoftAccessLinkedService |
MicrosoftAccessLinkedService.withUsername(Object username) |
Set the username property: User name for Basic authentication.
|