addExpression targetProperty expr
          
          
            Signature: targetProperty:string -> expr:string -> CfConnectionManager -> CfConnectionManager 
                       
         | 
        
            
               
               
            
          Transform an OLE DB connection manager definition by adding a property expression 
         | 
      
      
        
          
            addSqlServerConnectionStringExpression (...)
          
          
            Signature: svr:'?8554 -> dbName:'?8555 -> upOption:(string * string) option -> appName:'?8556 -> CfConnectionManager -> CfConnectionManager 
                          Type parameters: '?8554, '?8555, '?8556           
         | 
        
            
               
               
            
          Transform an OLE DB connection manager definition by adding an expression for a SQL Server connection string 
         | 
      
      
        
          
            create name connectionString
          
          
            Signature: name:string -> connectionString:string -> CfConnectionManager 
                       
         | 
        
            
               
               
            
          Create a new instance of an OLE DB connection manager definition 
         | 
      
      
        
          
            getConnectionString 
          
          
            Signature: CfConnectionManager -> string 
                       
         | 
        
            
               
               
            
          Get the connection string 
         | 
      
      
        
          
            getDelayValidation 
          
          
            Signature: CfConnectionManager -> bool 
                       
         | 
        
            
               
               
            
          Get the delay validation flag 
         | 
      
      
        
          
            getRetainConnections 
          
          
            Signature: CfConnectionManager -> bool 
                       
         | 
        
            
               
               
            
          Get the retain connections flag 
         | 
      
      
        
          
            setConnectionString connectionString
          
          
            Signature: connectionString:string -> CfConnectionManager -> CfConnectionManager 
                       
         | 
        
            
               
               
            
          Set the connection string 
         | 
      
      
        
          
            setDelayValidation delayValidation
          
          
            Signature: delayValidation:bool -> CfConnectionManager -> CfConnectionManager 
                       
         | 
        
            
               
               
            
          Set the delay validation flag 
         | 
      
      
        
          
            setRetainConnections retainConnections
          
          
            Signature: retainConnections:bool -> CfConnectionManager -> CfConnectionManager 
                       
         | 
        
            
               
               
            
          Set the retain connections flag 
         |