MicrosoftAccessLinkedService Class

public class MicrosoftAccessLinkedService
extends LinkedService

Microsoft Access linked service.

Constructor Summary

Constructor Description
MicrosoftAccessLinkedService()

Creates an instance of MicrosoftAccessLinkedService class.

Method Summary

Modifier and Type Method and Description
Object getAuthenticationType()

Get the authenticationType property: Type of authentication used to connect to the Microsoft Access as ODBC data store.

Object getConnectionString()

Get the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential.

SecretBase getCredential()

Get the credential property: The access credential portion of the connection string specified in driver-specific property-value format.

Object getEncryptedCredential()

Get the encryptedCredential property: The encrypted credential used for authentication.

SecretBase getPassword()

Get the password property: Password for Basic authentication.

Object getUserName()

Get the userName property: User name for Basic authentication.

MicrosoftAccessLinkedService setAnnotations(List<Object> annotations)

Set the annotations property: List of tags that can be used for describing the linked service.

MicrosoftAccessLinkedService setAuthenticationType(Object authenticationType)

Set the authenticationType property: Type of authentication used to connect to the Microsoft Access as ODBC data store.

MicrosoftAccessLinkedService setConnectVia(IntegrationRuntimeReference connectVia)

Set the connectVia property: The integration runtime reference.

MicrosoftAccessLinkedService setConnectionString(Object connectionString)

Set the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential.

MicrosoftAccessLinkedService setCredential(SecretBase credential)

Set the credential property: The access credential portion of the connection string specified in driver-specific property-value format.

MicrosoftAccessLinkedService setDescription(String description)

Set the description property: Linked service description.

MicrosoftAccessLinkedService setEncryptedCredential(Object encryptedCredential)

Set the encryptedCredential property: The encrypted credential used for authentication.

MicrosoftAccessLinkedService setParameters(Map<String,ParameterSpecification> parameters)

Set the parameters property: Parameters for linked service.

MicrosoftAccessLinkedService setPassword(SecretBase password)

Set the password property: Password for Basic authentication.

MicrosoftAccessLinkedService setUserName(Object userName)

Set the userName property: User name for Basic authentication.

Methods inherited from LinkedService

Methods inherited from java.lang.Object

Constructor Details

MicrosoftAccessLinkedService

public MicrosoftAccessLinkedService()

Creates an instance of MicrosoftAccessLinkedService class.

Method Details

getAuthenticationType

public Object getAuthenticationType()

Get the authenticationType property: Type of authentication used to connect to the Microsoft Access as ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string).

Returns:

the authenticationType value.

getConnectionString

public Object getConnectionString()

Get the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.

Returns:

the connectionString value.

getCredential

public SecretBase getCredential()

Get the credential property: The access credential portion of the connection string specified in driver-specific property-value format.

Returns:

the credential value.

getEncryptedCredential

public Object getEncryptedCredential()

Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Returns:

the encryptedCredential value.

getPassword

public SecretBase getPassword()

Get the password property: Password for Basic authentication.

Returns:

the password value.

getUserName

public Object getUserName()

Get the userName property: User name for Basic authentication. Type: string (or Expression with resultType string).

Returns:

the userName value.

setAnnotations

public MicrosoftAccessLinkedService setAnnotations(List annotations)

Set the annotations property: List of tags that can be used for describing the linked service.

Overrides:

MicrosoftAccessLinkedService.setAnnotations(List<Object> annotations)

Parameters:

annotations

setAuthenticationType

public MicrosoftAccessLinkedService setAuthenticationType(Object authenticationType)

Set the authenticationType property: Type of authentication used to connect to the Microsoft Access as ODBC data store. Possible values are: Anonymous and Basic. Type: string (or Expression with resultType string).

Parameters:

authenticationType - the authenticationType value to set.

Returns:

the MicrosoftAccessLinkedService object itself.

setConnectVia

public MicrosoftAccessLinkedService setConnectVia(IntegrationRuntimeReference connectVia)

Set the connectVia property: The integration runtime reference.

Overrides:

MicrosoftAccessLinkedService.setConnectVia(IntegrationRuntimeReference connectVia)

Parameters:

connectVia

setConnectionString

public MicrosoftAccessLinkedService setConnectionString(Object connectionString)

Set the connectionString property: The non-access credential portion of the connection string as well as an optional encrypted credential. Type: string, SecureString or AzureKeyVaultSecretReference.

Parameters:

connectionString - the connectionString value to set.

Returns:

the MicrosoftAccessLinkedService object itself.

setCredential

public MicrosoftAccessLinkedService setCredential(SecretBase credential)

Set the credential property: The access credential portion of the connection string specified in driver-specific property-value format.

Parameters:

credential - the credential value to set.

Returns:

the MicrosoftAccessLinkedService object itself.

setDescription

public MicrosoftAccessLinkedService setDescription(String description)

Set the description property: Linked service description.

Overrides:

MicrosoftAccessLinkedService.setDescription(String description)

Parameters:

description

setEncryptedCredential

public MicrosoftAccessLinkedService setEncryptedCredential(Object encryptedCredential)

Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Parameters:

encryptedCredential - the encryptedCredential value to set.

Returns:

the MicrosoftAccessLinkedService object itself.

setParameters

public MicrosoftAccessLinkedService setParameters(Map parameters)

Set the parameters property: Parameters for linked service.

Overrides:

MicrosoftAccessLinkedService.setParameters(Map<String,ParameterSpecification> parameters)

Parameters:

parameters

setPassword

public MicrosoftAccessLinkedService setPassword(SecretBase password)

Set the password property: Password for Basic authentication.

Parameters:

password - the password value to set.

Returns:

the MicrosoftAccessLinkedService object itself.

setUserName

public MicrosoftAccessLinkedService setUserName(Object userName)

Set the userName property: User name for Basic authentication. Type: string (or Expression with resultType string).

Parameters:

userName - the userName value to set.

Returns:

the MicrosoftAccessLinkedService object itself.

Applies to