Set up the Fileloader to use given connection string
Namespace:
HS.Sys.TheEnterprise.Common.Laserbear
Assembly:
Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public void SetConnectionString(
string oleDBConnectionString
) |
| Visual Basic (Declaration) |
|---|
Public Sub SetConnectionString ( _
oleDBConnectionString As String _
) |
| Visual C++ |
|---|
public:
void SetConnectionString(
String^ oleDBConnectionString
) |
Parameters
- oleDBConnectionString
- Type: System..::.String
Connection string from SSIS package
See Also