Class PackageStore


  • public final class PackageStore
    extends Object
    Package store for the SSIS integration runtime.
    • Constructor Detail

      • PackageStore

        public PackageStore()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the package store.
        Returns:
        the name value.
      • withName

        public PackageStore withName​(String name)
        Set the name property: The name of the package store.
        Parameters:
        name - the name value to set.
        Returns:
        the PackageStore object itself.
      • packageStoreLinkedService

        public EntityReference packageStoreLinkedService()
        Get the packageStoreLinkedService property: The package store linked service reference.
        Returns:
        the packageStoreLinkedService value.
      • withPackageStoreLinkedService

        public PackageStore withPackageStoreLinkedService​(EntityReference packageStoreLinkedService)
        Set the packageStoreLinkedService property: The package store linked service reference.
        Parameters:
        packageStoreLinkedService - the packageStoreLinkedService value to set.
        Returns:
        the PackageStore object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.