Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>SQL 2005 has very limited member properties for the ConnectionManagerHttpClass. Thankfully it has been addressed in SQL 2008 :)</p> <p><a href="http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.wrapper.connectionmanagerhttpclass_properties(SQL.90).aspx" rel="nofollow noreferrer">MSDN - SQL 2005 ConnectionManagerHttpClass properties.</a></p> <p><strong>VS.</strong></p> <p><a href="http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.wrapper.connectionmanagerhttpclass_properties.aspx" rel="nofollow noreferrer">MSDN - SQL 2008 ConnectionManagerHttpClass properties.</a></p> <p>According to <a href="http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.wrapper.connectionmanagerhttpclass(SQL.90).aspx" rel="nofollow noreferrer">this MSDN link</a>, the public class [ConnectionManagerHttpClass] implements IDTSConnectionManager90, ConnectionManagerHttp.</p> <p>Since we will assume you are using SQL 2005 (according to your Stackoverflow tags), you may want to check out the <a href="http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.wrapper.idtsconnectionmanager90.connectionstring(SQL.90).aspx" rel="nofollow noreferrer">IDTSConnectionManager90.ConnectionString Property on MSDN</a> as well. </p> <p>Also check out the <a href="http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.runtime.wrapper.connectionmanagerhttpclass.connectionstring(SQL.90).aspx" rel="nofollow noreferrer">ConnectionManagerHttpClass.ConnectionString Property on MSDN</a>, which implements IDTSConnectionManager90.ConnectionString and is overridable.</p> <p>This should point you into the right direction. May the farce be with you. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload