getIgnoreParentVariableNamespace 
          
          
            Signature: CfPackageConfiguration -> bool 
                       
         | 
        
            
               
               
            
          Get the value of the ignore parent variable namespace flag.  When set, only the name of the parent variable is stored in the package configuration and
the SSIS runtime will match variables in alternate namespaces. 
         | 
      
      
        
          
            getParentVariable 
          
          
            Signature: CfPackageConfiguration -> CfVariableRef 
                       
         | 
        
            
               
               
            
          Get the parent variable 
         | 
      
      
        
          
            getTargetProperty 
          
          
            Signature: CfPackageConfiguration -> string 
                       
         | 
        
            
               
               
            
          Get the SSIS path to the property that will be overwritten by the package configuration. 
         | 
      
      
        
          
            setIgnoreParentVariableNamespace (...)
          
          
            Signature: ignoreParentVariableNamespace:bool -> CfPackageConfiguration -> CfPackageConfiguration 
                       
         | 
        
            
               
               
            
          Set the value of the ignore parent variable namespace flag.  When set, only the name of the parent variable is stored in the package configuration and
the SSIS runtime will match variables in alternate namespaces. 
         | 
      
      
        
          
            setParentVariable parentVariable
          
          
            Signature: parentVariable:string -> CfPackageConfiguration -> CfPackageConfiguration 
                       
         | 
        
            
               
               
            
          Set the parent variable 
         | 
      
      
        
          
            setTargetProperty targetProperty
          
          
            Signature: targetProperty:string -> CfPackageConfiguration -> CfPackageConfiguration 
                       
         | 
        
            
               
               
            
          Set the SSIS path to the property that will be overwritten by the package configuration. 
         |