'Declaration Public Function New( _ ByVal stream As Stream, _ ByVal connection As DB2Connection _ )
public DB2Script( Stream stream, DB2Connection connection )
Parameters
- stream
- A Stream object that contains the script text.
- connection
- A DB2Connection object that represents the connection to a database.