Class SsisChildPackage

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SsisChildPackage

public final class SsisChildPackage extends Object
SSIS embedded child package.
  • Constructor Details

    • SsisChildPackage

      public SsisChildPackage()
  • Method Details

    • getPackagePath

      public Object getPackagePath()
      Get the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).
      Returns:
      the packagePath value.
    • setPackagePath

      public SsisChildPackage setPackagePath(Object packagePath)
      Set the packagePath property: Path for embedded child package. Type: string (or Expression with resultType string).
      Parameters:
      packagePath - the packagePath value to set.
      Returns:
      the SsisChildPackage object itself.
    • getPackageName

      public String getPackageName()
      Get the packageName property: Name for embedded child package.
      Returns:
      the packageName value.
    • setPackageName

      public SsisChildPackage setPackageName(String packageName)
      Set the packageName property: Name for embedded child package.
      Parameters:
      packageName - the packageName value to set.
      Returns:
      the SsisChildPackage object itself.
    • getPackageContent

      public Object getPackageContent()
      Get the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).
      Returns:
      the packageContent value.
    • setPackageContent

      public SsisChildPackage setPackageContent(Object packageContent)
      Set the packageContent property: Content for embedded child package. Type: string (or Expression with resultType string).
      Parameters:
      packageContent - the packageContent value to set.
      Returns:
      the SsisChildPackage object itself.
    • getPackageLastModifiedDate

      public String getPackageLastModifiedDate()
      Get the packageLastModifiedDate property: Last modified date for embedded child package.
      Returns:
      the packageLastModifiedDate value.
    • setPackageLastModifiedDate

      public SsisChildPackage setPackageLastModifiedDate(String packageLastModifiedDate)
      Set the packageLastModifiedDate property: Last modified date for embedded child package.
      Parameters:
      packageLastModifiedDate - the packageLastModifiedDate value to set.
      Returns:
      the SsisChildPackage object itself.