Class SybaseLinkedService


  • public class SybaseLinkedService
    extends LinkedService
    Linked service for Sybase data source.
    • Constructor Detail

      • SybaseLinkedService

        public SybaseLinkedService()
    • Method Detail

      • getServer

        public Object getServer()
        Get the server property: Server name for connection. Type: string (or Expression with resultType string).
        Returns:
        the server value.
      • setServer

        public SybaseLinkedService setServer​(Object server)
        Set the server property: Server name for connection. Type: string (or Expression with resultType string).
        Parameters:
        server - the server value to set.
        Returns:
        the SybaseLinkedService object itself.
      • getDatabase

        public Object getDatabase()
        Get the database property: Database name for connection. Type: string (or Expression with resultType string).
        Returns:
        the database value.
      • setDatabase

        public SybaseLinkedService setDatabase​(Object database)
        Set the database property: Database name for connection. Type: string (or Expression with resultType string).
        Parameters:
        database - the database value to set.
        Returns:
        the SybaseLinkedService object itself.
      • getSchema

        public Object getSchema()
        Get the schema property: Schema name for connection. Type: string (or Expression with resultType string).
        Returns:
        the schema value.
      • setSchema

        public SybaseLinkedService setSchema​(Object schema)
        Set the schema property: Schema name for connection. Type: string (or Expression with resultType string).
        Parameters:
        schema - the schema value to set.
        Returns:
        the SybaseLinkedService object itself.
      • getAuthenticationType

        public SybaseAuthenticationType getAuthenticationType()
        Get the authenticationType property: AuthenticationType to be used for connection.
        Returns:
        the authenticationType value.
      • setAuthenticationType

        public SybaseLinkedService setAuthenticationType​(SybaseAuthenticationType authenticationType)
        Set the authenticationType property: AuthenticationType to be used for connection.
        Parameters:
        authenticationType - the authenticationType value to set.
        Returns:
        the SybaseLinkedService object itself.
      • getUsername

        public Object getUsername()
        Get the username property: Username for authentication. Type: string (or Expression with resultType string).
        Returns:
        the username value.
      • setUsername

        public SybaseLinkedService setUsername​(Object username)
        Set the username property: Username for authentication. Type: string (or Expression with resultType string).
        Parameters:
        username - the username value to set.
        Returns:
        the SybaseLinkedService object itself.
      • getPassword

        public SecretBase getPassword()
        Get the password property: Password for authentication.
        Returns:
        the password value.
      • setPassword

        public SybaseLinkedService setPassword​(SecretBase password)
        Set the password property: Password for authentication.
        Parameters:
        password - the password value to set.
        Returns:
        the SybaseLinkedService object itself.
      • 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.
      • setEncryptedCredential

        public SybaseLinkedService 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 SybaseLinkedService object itself.
      • setDescription

        public SybaseLinkedService setDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        setDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • setAnnotations

        public SybaseLinkedService setAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        setAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.